You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/22 05:40:48 UTC

[apisix-website] 01/01: Feat docusaurus (#67)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit 1fc614438900fca616a9c733d1b56b58ac52f304
Merge: aa86891 1496a57
Author: 琚致远 <ju...@apache.org>
AuthorDate: Sat Aug 22 13:40:41 2020 +0800

    Feat docusaurus (#67)
    
    * feat: remove hugo files
    
    * feat: intial
    
    * feat: update Footer
    
    * feat: update Footer
    
    * feat: added algolia
    
    * feat: use docsSideNavCollapsible
    
    * feat: update siteConfig
    
    * feat: added user wall
    
    * feat: added first blog
    
    * feat: added doc
    
    * feat: added empty guide
    
    * feat: update Guide
    
    * feat: added Downloads page
    
    * feat: update team
    
    * feat: update team
    
    * feat: update
    
    * feat: update help

 .dockerignore                                      |   2 +
 .github/workflows/build.yml                        |  42 --
 .gitignore                                         |  13 +-
 Dockerfile                                         |  10 +
 README.md                                          |  22 +-
 archetypes/default.md                              |   6 -
 assets/bulma/bulma.sass                            |   8 -
 assets/bulma/sass/base/_all.sass                   |   5 -
 assets/bulma/sass/base/generic.sass                | 127 -----
 assets/bulma/sass/base/helpers.sass                | 249 --------
 assets/bulma/sass/base/minireset.sass              |  79 ---
 assets/bulma/sass/components/_all.sass             |  14 -
 assets/bulma/sass/components/breadcrumb.sass       |  75 ---
 assets/bulma/sass/components/card.sass             |  74 ---
 assets/bulma/sass/components/dropdown.sass         |  74 ---
 assets/bulma/sass/components/level.sass            |  75 ---
 assets/bulma/sass/components/media.sass            |  44 --
 assets/bulma/sass/components/menu.sass             |  50 --
 assets/bulma/sass/components/message.sass          |  86 ---
 assets/bulma/sass/components/modal.sass            | 111 ----
 assets/bulma/sass/components/navbar.sass           | 413 --------------
 assets/bulma/sass/components/pagination.sass       | 143 -----
 assets/bulma/sass/components/panel.sass            | 101 ----
 assets/bulma/sass/components/tabs.sass             | 151 -----
 assets/bulma/sass/elements/_all.sass               |  16 -
 assets/bulma/sass/elements/box.sass                |  24 -
 assets/bulma/sass/elements/button.sass             | 255 ---------
 assets/bulma/sass/elements/container.sass          |  25 -
 assets/bulma/sass/elements/content.sass            | 141 -----
 assets/bulma/sass/elements/form.sass               | 625 ---------------------
 assets/bulma/sass/elements/icon.sass               |  21 -
 assets/bulma/sass/elements/image.sass              |  68 ---
 assets/bulma/sass/elements/notification.sass       |  35 --
 assets/bulma/sass/elements/other.sass              |  39 --
 assets/bulma/sass/elements/progress.sass           |  40 --
 assets/bulma/sass/elements/table.sass              | 117 ----
 assets/bulma/sass/elements/tag.sass                | 111 ----
 assets/bulma/sass/elements/title.sass              |  64 ---
 assets/bulma/sass/grid/_all.sass                   |   4 -
 assets/bulma/sass/grid/columns.sass                | 477 ----------------
 assets/bulma/sass/grid/tiles.sass                  |  32 --
 assets/bulma/sass/layout/_all.sass                 |   5 -
 assets/bulma/sass/layout/footer.sass               |   5 -
 assets/bulma/sass/layout/hero.sass                 | 155 -----
 assets/bulma/sass/layout/section.sass              |  13 -
 assets/bulma/sass/utilities/_all.sass              |   8 -
 assets/bulma/sass/utilities/animations.sass        |   5 -
 assets/bulma/sass/utilities/controls.sass          |  46 --
 assets/bulma/sass/utilities/derived-variables.sass |  84 ---
 assets/bulma/sass/utilities/functions.sass         |  62 --
 assets/bulma/sass/utilities/initial-variables.sass |  72 ---
 assets/bulma/sass/utilities/mixins.sass            | 266 ---------
 assets/downloads.scss                              | 145 -----
 assets/fresh/core.scss                             |  20 -
 assets/fresh/partials/_animations.scss             | 108 ----
 assets/fresh/partials/_buttons.scss                | 109 ----
 assets/fresh/partials/_cards.scss                  |  83 ---
 assets/fresh/partials/_colors.scss                 |  30 -
 assets/fresh/partials/_dropdowns.scss              |  93 ---
 assets/fresh/partials/_footer.scss                 |  65 ---
 assets/fresh/partials/_forms.scss                  |  54 --
 assets/fresh/partials/_hero.scss                   |  24 -
 assets/fresh/partials/_navbar.scss                 | 134 -----
 assets/fresh/partials/_responsive.scss             |  80 ---
 assets/fresh/partials/_sections.scss               |  88 ---
 assets/fresh/partials/_sidebar.scss                | 181 ------
 assets/fresh/partials/_testimonials.scss           |  90 ---
 assets/fresh/partials/_utils.scss                  | 176 ------
 assets/style.sass                                  |   4 -
 assets/style.scss                                  |  27 -
 config.yaml                                        | 215 -------
 content/.gitkeep                                   |   0
 content/contribute/2fa/index.en.md                 |  20 -
 content/contribute/2fa/index.zh.md                 |  20 -
 content/contribute/committer/index.en.md           |  56 --
 content/contribute/committer/index.zh.md           |  29 -
 content/contribute/contributor/index.en.md         |  81 ---
 content/contribute/contributor/index.zh.md         |  81 ---
 content/contribute/release/index.en.md             | 163 ------
 content/contribute/release/index.zh.md             | 166 ------
 content/contribute/security/index.en.md            |  13 -
 content/contribute/security/index.zh.md            |  13 -
 content/contribute/subscribe/index.en.md           |  15 -
 content/contribute/subscribe/index.zh.md           |  15 -
 content/downloads/index.en.md                      | 186 ------
 content/downloads/index.zh.md                      | 181 ------
 content/team/index.en.md                           | 239 --------
 content/team/index.zh.md                           | 218 -------
 data/.gitkeep                                      |   0
 docker-compose.yml                                 |  18 +
 docs/2fa.md                                        |  24 +
 docs/committer-guide.md                            |  72 +++
 docs/contributor-guide.md                          |  91 +++
 docs/download.md                                   |  58 ++
 docs/release-guide.md                              | 237 ++++++++
 docs/security-guide.md                             |  10 +
 docs/subscribe-guide.md                            |  14 +
 docs/team.md                                       |  64 +++
 layouts/.gitkeep                                   |   0
 layouts/index.html                                 |  25 -
 layouts/partials/footer.html                       |  43 --
 layouts/partials/hero-body.html                    |  48 --
 layouts/partials/hero.html                         |   5 -
 layouts/partials/navbar-clone.html                 |  86 ---
 layouts/partials/navbar.html                       |  86 ---
 layouts/partials/section1.html                     |  31 -
 layouts/partials/section3.html                     |  18 -
 .../contribute/release/gpg-key-generator-en.html   |  33 --
 .../contribute/release/gpg-key-generator-zh.html   |  33 --
 publish.sh                                         |  27 -
 static/.gitkeep                                    |   0
 static/images/logos/apache_logo.png                | Bin 28237 -> 0 bytes
 static/images/logos/apisix.svg                     |  21 -
 themes/hugo-fresh/.circleci/config.yml             |  94 ----
 themes/hugo-fresh/LICENSE                          |  21 -
 themes/hugo-fresh/README.md                        | 311 ----------
 themes/hugo-fresh/assets/bulma/bulma.sass          |   8 -
 themes/hugo-fresh/assets/bulma/sass/base/_all.sass |   5 -
 .../hugo-fresh/assets/bulma/sass/base/generic.sass | 127 -----
 .../hugo-fresh/assets/bulma/sass/base/helpers.sass | 249 --------
 .../assets/bulma/sass/base/minireset.sass          |  79 ---
 .../assets/bulma/sass/components/_all.sass         |  14 -
 .../assets/bulma/sass/components/breadcrumb.sass   |  75 ---
 .../assets/bulma/sass/components/card.sass         |  74 ---
 .../assets/bulma/sass/components/dropdown.sass     |  74 ---
 .../assets/bulma/sass/components/level.sass        |  75 ---
 .../assets/bulma/sass/components/media.sass        |  44 --
 .../assets/bulma/sass/components/menu.sass         |  50 --
 .../assets/bulma/sass/components/message.sass      |  86 ---
 .../assets/bulma/sass/components/modal.sass        | 111 ----
 .../assets/bulma/sass/components/navbar.sass       | 413 --------------
 .../assets/bulma/sass/components/pagination.sass   | 143 -----
 .../assets/bulma/sass/components/panel.sass        | 101 ----
 .../assets/bulma/sass/components/tabs.sass         | 151 -----
 .../assets/bulma/sass/elements/_all.sass           |  16 -
 .../hugo-fresh/assets/bulma/sass/elements/box.sass |  24 -
 .../assets/bulma/sass/elements/button.sass         | 255 ---------
 .../assets/bulma/sass/elements/container.sass      |  25 -
 .../assets/bulma/sass/elements/content.sass        | 141 -----
 .../assets/bulma/sass/elements/form.sass           | 625 ---------------------
 .../assets/bulma/sass/elements/icon.sass           |  21 -
 .../assets/bulma/sass/elements/image.sass          |  68 ---
 .../assets/bulma/sass/elements/notification.sass   |  35 --
 .../assets/bulma/sass/elements/other.sass          |  39 --
 .../assets/bulma/sass/elements/progress.sass       |  40 --
 .../assets/bulma/sass/elements/table.sass          | 117 ----
 .../hugo-fresh/assets/bulma/sass/elements/tag.sass | 111 ----
 .../assets/bulma/sass/elements/title.sass          |  64 ---
 themes/hugo-fresh/assets/bulma/sass/grid/_all.sass |   4 -
 .../hugo-fresh/assets/bulma/sass/grid/columns.sass | 477 ----------------
 .../hugo-fresh/assets/bulma/sass/grid/tiles.sass   |  32 --
 .../hugo-fresh/assets/bulma/sass/layout/_all.sass  |   5 -
 .../assets/bulma/sass/layout/footer.sass           |   5 -
 .../hugo-fresh/assets/bulma/sass/layout/hero.sass  | 155 -----
 .../assets/bulma/sass/layout/section.sass          |  13 -
 .../assets/bulma/sass/utilities/_all.sass          |   8 -
 .../assets/bulma/sass/utilities/animations.sass    |   5 -
 .../assets/bulma/sass/utilities/controls.sass      |  46 --
 .../bulma/sass/utilities/derived-variables.sass    |  84 ---
 .../assets/bulma/sass/utilities/functions.sass     |  62 --
 .../bulma/sass/utilities/initial-variables.sass    |  72 ---
 .../assets/bulma/sass/utilities/mixins.sass        | 266 ---------
 themes/hugo-fresh/assets/fresh/core.scss           |  20 -
 .../assets/fresh/partials/_animations.scss         | 108 ----
 .../hugo-fresh/assets/fresh/partials/_buttons.scss | 109 ----
 .../hugo-fresh/assets/fresh/partials/_cards.scss   |  84 ---
 .../hugo-fresh/assets/fresh/partials/_colors.scss  |  30 -
 .../assets/fresh/partials/_dropdowns.scss          |  93 ---
 .../hugo-fresh/assets/fresh/partials/_footer.scss  |  44 --
 .../hugo-fresh/assets/fresh/partials/_forms.scss   |  54 --
 themes/hugo-fresh/assets/fresh/partials/_hero.scss |  27 -
 .../hugo-fresh/assets/fresh/partials/_navbar.scss  | 115 ----
 .../assets/fresh/partials/_responsive.scss         |  80 ---
 .../assets/fresh/partials/_sections.scss           |  85 ---
 .../hugo-fresh/assets/fresh/partials/_sidebar.scss | 181 ------
 .../assets/fresh/partials/_testimonials.scss       |  90 ---
 .../hugo-fresh/assets/fresh/partials/_utils.scss   | 176 ------
 themes/hugo-fresh/assets/style.sass                |   2 -
 themes/hugo-fresh/exampleSite/config.yaml          | 167 ------
 themes/hugo-fresh/exampleSite/content/.gitkeep     |   0
 themes/hugo-fresh/exampleSite/content/agb.md       |  18 -
 .../hugo-fresh/exampleSite/content/blog/first.md   |   7 -
 .../hugo-fresh/exampleSite/content/blog/second.md  |   8 -
 themes/hugo-fresh/images/screenshot.png            | Bin 99859 -> 0 bytes
 themes/hugo-fresh/images/tn.png                    | Bin 136565 -> 0 bytes
 themes/hugo-fresh/layouts/_default/baseof.html     |  26 -
 themes/hugo-fresh/layouts/_default/single.html     |  33 --
 themes/hugo-fresh/layouts/index.html               |  37 --
 themes/hugo-fresh/layouts/partials/css.html        |  17 -
 themes/hugo-fresh/layouts/partials/footer.html     |  57 --
 themes/hugo-fresh/layouts/partials/hero-body.html  |  32 --
 .../hugo-fresh/layouts/partials/hero-footer.html   |  17 -
 themes/hugo-fresh/layouts/partials/hero.html       |   6 -
 themes/hugo-fresh/layouts/partials/javascript.html |   5 -
 themes/hugo-fresh/layouts/partials/meta.html       |   8 -
 .../hugo-fresh/layouts/partials/navbar-clone.html  |  84 ---
 themes/hugo-fresh/layouts/partials/navbar.html     |  84 ---
 themes/hugo-fresh/layouts/partials/section1.html   |  36 --
 themes/hugo-fresh/layouts/partials/section2.html   |  35 --
 themes/hugo-fresh/layouts/partials/section3.html   |  28 -
 themes/hugo-fresh/layouts/partials/section4.html   |  34 --
 themes/hugo-fresh/layouts/partials/section5.html   |  32 --
 themes/hugo-fresh/layouts/partials/sidebar.html    |  32 --
 .../layouts/partials/single/content.html           |  12 -
 .../layouts/partials/single/sidebar.html           |  20 -
 .../hugo-fresh/layouts/partials/single/single.html |   3 -
 .../hugo-fresh/layouts/shortcodes/subtitle1.html   |   1 -
 .../hugo-fresh/layouts/shortcodes/subtitle2.html   |   1 -
 .../hugo-fresh/layouts/shortcodes/subtitle3.html   |   1 -
 .../hugo-fresh/layouts/shortcodes/subtitle4.html   |   1 -
 .../hugo-fresh/layouts/shortcodes/subtitle5.html   |   1 -
 .../hugo-fresh/layouts/shortcodes/subtitle6.html   |   1 -
 themes/hugo-fresh/layouts/shortcodes/title1.html   |   1 -
 themes/hugo-fresh/layouts/shortcodes/title2.html   |   1 -
 themes/hugo-fresh/layouts/shortcodes/title3.html   |   1 -
 themes/hugo-fresh/layouts/shortcodes/title4.html   |   1 -
 themes/hugo-fresh/layouts/shortcodes/title5.html   |   1 -
 themes/hugo-fresh/layouts/shortcodes/title6.html   |   1 -
 ...e.sass_cf66e63debe6917c04534d6c7b66f623.content |   1 -
 ...tyle.sass_cf66e63debe6917c04534d6c7b66f623.json |   1 -
 themes/hugo-fresh/static/css/icons.css             |   1 -
 .../static/fonts/fontawesome-webfont.woff2         | Bin 66624 -> 0 bytes
 themes/hugo-fresh/static/fonts/fontello.woff       | Bin 9596 -> 0 bytes
 .../hugo-fresh/static/fonts/simple-line-icons.ttf  | Bin 46532 -> 0 bytes
 themes/hugo-fresh/static/images/favicon.png        | Bin 495 -> 0 bytes
 .../static/images/illustrations/faces/1.png        | Bin 13196 -> 0 bytes
 .../static/images/illustrations/faces/2.png        | Bin 15793 -> 0 bytes
 .../static/images/illustrations/faces/3.png        | Bin 12490 -> 0 bytes
 .../static/images/illustrations/icons/doc-sync.svg |  30 -
 .../images/illustrations/icons/laptop-cloud.svg    |  30 -
 .../images/illustrations/icons/laptop-globe.svg    |  32 --
 .../images/illustrations/icons/mobile-feed.svg     |  36 --
 .../images/illustrations/icons/mouse-globe.svg     |  32 --
 .../images/illustrations/icons/plug-cloud.svg      |  23 -
 .../images/illustrations/mockups/app-mockup.png    | Bin 164225 -> 0 bytes
 .../static/images/illustrations/worker.png         | Bin 27084 -> 0 bytes
 .../static/images/illustrations/worker.svg         | 132 -----
 themes/hugo-fresh/static/images/loaders/audio.svg  |  29 -
 .../static/images/loaders/ball-triangle.svg        |  47 --
 themes/hugo-fresh/static/images/loaders/bars.svg   |  52 --
 .../hugo-fresh/static/images/loaders/circles.svg   |  20 -
 themes/hugo-fresh/static/images/loaders/grid.svg   |  56 --
 themes/hugo-fresh/static/images/loaders/hearts.svg |  18 -
 themes/hugo-fresh/static/images/loaders/oval.svg   |  17 -
 themes/hugo-fresh/static/images/loaders/puff.svg   |  37 --
 themes/hugo-fresh/static/images/loaders/rings.svg  |  42 --
 .../static/images/loaders/spinning-circles.svg     |  55 --
 .../hugo-fresh/static/images/loaders/tail-spin.svg |  32 --
 .../static/images/loaders/three-dots.svg           |  33 --
 themes/hugo-fresh/static/images/logos/bulma.svg    |   5 -
 .../static/images/logos/clients/gutwork.svg        |  30 -
 .../static/images/logos/clients/infinite.svg       |  42 --
 .../static/images/logos/clients/kromo.svg          |  41 --
 .../static/images/logos/clients/systek.svg         |  50 --
 .../static/images/logos/clients/tribe.svg          |  22 -
 .../hugo-fresh/static/images/logos/fresh-alt.svg   |  35 --
 .../static/images/logos/fresh-square.svg           |  12 -
 .../static/images/logos/fresh-white-alt.svg        |  35 --
 .../hugo-fresh/static/images/logos/fresh-white.svg |  75 ---
 themes/hugo-fresh/static/images/logos/fresh.svg    |  76 ---
 .../hugo-fresh/static/images/logos/icon-logo.svg   |  17 -
 .../static/images/logos/made-with-bulma.png        | Bin 7890 -> 0 bytes
 themes/hugo-fresh/static/js/fresh.js               | 144 -----
 .../hugo-fresh/static/js/jquery.panelslider.min.js |   1 -
 themes/hugo-fresh/theme.toml                       |  12 -
 website/README.md                                  | 198 +++++++
 website/blog/2020-08-22-new-website.md             |  12 +
 website/core/Footer.js                             |  87 +++
 website/package.json                               |  14 +
 website/pages/en/help.js                           |  52 ++
 website/pages/en/index.js                          | 180 ++++++
 website/pages/en/users.js                          |  53 ++
 website/sidebars.json                              |  12 +
 website/siteConfig.js                              | 116 ++++
 website/static/css/custom.css                      |  23 +
 website/static/img/asf_logo_wide_small.png         | Bin 0 -> 32278 bytes
 .../favicon.png => website/static/img/logo.png     | Bin
 277 files changed, 1365 insertions(+), 17058 deletions(-)