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 @@
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:
+npm i -g now
+
+now
+
+That's all. Your docs will automatically be deployed.
Docusaurus was designed to work really well with one of the most popular hosting solutions for open source projects: GitHub Pages.
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.