From a8f8cd6a017f6edceb03829f778a6e7ba6fcf5f9 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 22 Jul 2019 21:36:28 +0000 Subject: [PATCH] Deploy website Deploy website version based on f1a504e813ae58ad835612d77dcf7f18fdbd410a --- docs/en/1.10.x/publishing.html | 8 +++++--- docs/en/1.10.x/publishing/index.html | 8 +++++--- docs/en/1.11.x/publishing.html | 8 +++++--- docs/en/1.11.x/publishing/index.html | 8 +++++--- docs/en/1.9.x/publishing.html | 8 +++++--- docs/en/1.9.x/publishing/index.html | 8 +++++--- docs/en/next/publishing.html | 8 +++++--- docs/en/next/publishing/index.html | 8 +++++--- docs/en/publishing.html | 8 +++++--- docs/en/publishing/index.html | 8 +++++--- docs/fr/1.10.x/publishing.html | 8 +++++--- docs/fr/1.10.x/publishing/index.html | 8 +++++--- docs/fr/1.11.x/publishing.html | 8 +++++--- docs/fr/1.11.x/publishing/index.html | 8 +++++--- docs/fr/1.9.x/publishing.html | 8 +++++--- docs/fr/1.9.x/publishing/index.html | 8 +++++--- docs/fr/next/publishing.html | 8 +++++--- docs/fr/next/publishing/index.html | 8 +++++--- docs/fr/publishing.html | 8 +++++--- docs/fr/publishing/index.html | 8 +++++--- docs/ko/1.10.x/publishing.html | 8 +++++--- docs/ko/1.10.x/publishing/index.html | 8 +++++--- docs/ko/1.11.x/publishing.html | 8 +++++--- docs/ko/1.11.x/publishing/index.html | 8 +++++--- docs/ko/1.9.x/publishing.html | 8 +++++--- docs/ko/1.9.x/publishing/index.html | 8 +++++--- docs/ko/next/publishing.html | 8 +++++--- docs/ko/next/publishing/index.html | 8 +++++--- docs/ko/publishing.html | 8 +++++--- docs/ko/publishing/index.html | 8 +++++--- docs/pt-BR/1.10.x/publishing.html | 8 +++++--- docs/pt-BR/1.10.x/publishing/index.html | 8 +++++--- docs/pt-BR/1.11.x/publishing.html | 8 +++++--- docs/pt-BR/1.11.x/publishing/index.html | 8 +++++--- docs/pt-BR/1.9.x/publishing.html | 8 +++++--- docs/pt-BR/1.9.x/publishing/index.html | 8 +++++--- docs/pt-BR/next/publishing.html | 8 +++++--- docs/pt-BR/next/publishing/index.html | 8 +++++--- docs/pt-BR/publishing.html | 8 +++++--- docs/pt-BR/publishing/index.html | 8 +++++--- docs/ru/1.10.x/publishing.html | 8 +++++--- docs/ru/1.10.x/publishing/index.html | 8 +++++--- docs/ru/1.11.x/publishing.html | 8 +++++--- docs/ru/1.11.x/publishing/index.html | 8 +++++--- docs/ru/1.9.x/publishing.html | 8 +++++--- docs/ru/1.9.x/publishing/index.html | 8 +++++--- docs/ru/next/publishing.html | 8 +++++--- docs/ru/next/publishing/index.html | 8 +++++--- docs/ru/publishing.html | 8 +++++--- docs/ru/publishing/index.html | 8 +++++--- docs/zh-CN/1.10.x/publishing.html | 8 +++++--- docs/zh-CN/1.10.x/publishing/index.html | 8 +++++--- docs/zh-CN/1.11.x/publishing.html | 8 +++++--- docs/zh-CN/1.11.x/publishing/index.html | 8 +++++--- docs/zh-CN/1.9.x/publishing.html | 8 +++++--- docs/zh-CN/1.9.x/publishing/index.html | 8 +++++--- docs/zh-CN/next/publishing.html | 8 +++++--- docs/zh-CN/next/publishing/index.html | 8 +++++--- docs/zh-CN/publishing.html | 8 +++++--- docs/zh-CN/publishing/index.html | 8 +++++--- 60 files changed, 300 insertions(+), 180 deletions(-) diff --git a/docs/en/1.10.x/publishing.html b/docs/en/1.10.x/publishing.html index 3b330ddb28..a0e5b6dcbb 100644 --- a/docs/en/1.10.x/publishing.html +++ b/docs/en/1.10.x/publishing.html @@ -100,7 +100,7 @@
  • GitHub Pages
  • Netlify
  • -

    Using ZEIT Now

    +

    Using ZEIT Now

    Deploying your Docusaurus project to ZEIT Now will provide you with various benefits in the areas of performance and ease of use.

    Most importantly, however, deploying a Docusaurus project only takes a couple seconds:

      @@ -109,7 +109,7 @@
      npm i -g now
       
        -
      1. Run a single command inside the directory if your project:
      2. +
      3. Run a single command inside the root directory of your project:
      now
       
      @@ -291,6 +291,8 @@ e.g. - cd website && yarn install && GIT_USER="${GH_NAME}" yarn run publish-gh-pages

      Now, whenever a new commit lands in master, Travis CI will run your suite of tests and, if everything passes, your website will be deployed via the publish-gh-pages script.

      +

      Hosting on ZEIT Now

      +

      With ZEIT Now, you can deploy your site easily and connect it to GitHub or GitLab to automatically receive a new deployment every time you push a commit.

      Hosting on Netlify

      Steps to configure your Docusaurus-powered site on Netlify.

        @@ -316,7 +318,7 @@ e.g.

        Alter your siteConfig.js to add a property 'githubHost' which represents the GitHub Enterprise hostname. Alternatively, set an environment variable GITHUB_HOST when executing the publish command.

        -
        Last updated on 2019-7-22 by Leo Lamprecht