diff --git a/docs/en/1.10.x/publishing.html b/docs/en/1.10.x/publishing.html index 0da01e7443..3b330ddb28 100644 --- a/docs/en/1.10.x/publishing.html +++ b/docs/en/1.10.x/publishing.html @@ -96,9 +96,24 @@

Hosting on a Service:

+

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:

+
    +
  1. First, install their command-line interface:
  2. +
+
npm i -g now
+
+
    +
  1. Run a single command inside the directory if your project:
  2. +
+
now
+
+

That's all. Your docs will automatically be deployed.

Using GitHub Pages

Docusaurus was designed to work really well with one of the most popular hosting solutions for open source projects: GitHub Pages.

Deploying to GitHub Pages

@@ -301,7 +316,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-5-17 by Hongarc
Creating your siteDocker