From 54497bfb5146c997e27fa88a2ca945ada470e63d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sat, 27 Jul 2019 02:06:42 +0000 Subject: [PATCH] Deploy website Deploy website version based on 9da4cc9640b246be55adfe408603f4ad73af6097 --- docs/en/next/tutorial-create-new-site.html | 7 ++++++- docs/en/next/tutorial-create-new-site/index.html | 7 ++++++- docs/en/next/tutorial-setup.html | 11 ++--------- docs/en/next/tutorial-setup/index.html | 11 ++--------- docs/fr/next/tutorial-create-new-site.html | 5 +++++ docs/fr/next/tutorial-create-new-site/index.html | 5 +++++ docs/fr/next/tutorial-setup.html | 9 +-------- docs/fr/next/tutorial-setup/index.html | 9 +-------- docs/ko/next/tutorial-create-new-site.html | 5 +++++ docs/ko/next/tutorial-create-new-site/index.html | 5 +++++ docs/ko/next/tutorial-setup.html | 9 +-------- docs/ko/next/tutorial-setup/index.html | 9 +-------- docs/pt-BR/next/tutorial-create-new-site.html | 5 +++++ docs/pt-BR/next/tutorial-create-new-site/index.html | 5 +++++ docs/pt-BR/next/tutorial-setup.html | 9 +-------- docs/pt-BR/next/tutorial-setup/index.html | 9 +-------- docs/ro/next/tutorial-create-new-site.html | 5 +++++ docs/ro/next/tutorial-create-new-site/index.html | 5 +++++ docs/ro/next/tutorial-setup.html | 9 +-------- docs/ro/next/tutorial-setup/index.html | 9 +-------- docs/ru/next/tutorial-create-new-site.html | 5 +++++ docs/ru/next/tutorial-create-new-site/index.html | 5 +++++ docs/zh-CN/next/tutorial-create-new-site.html | 5 +++++ docs/zh-CN/next/tutorial-create-new-site/index.html | 5 +++++ docs/zh-CN/next/tutorial-setup.html | 9 +-------- docs/zh-CN/next/tutorial-setup/index.html | 9 +-------- 26 files changed, 86 insertions(+), 100 deletions(-) diff --git a/docs/en/next/tutorial-create-new-site.html b/docs/en/next/tutorial-create-new-site.html index 68013ed53e..adbc649781 100644 --- a/docs/en/next/tutorial-create-new-site.html +++ b/docs/en/next/tutorial-create-new-site.html @@ -84,6 +84,11 @@

Docusaurus browser

Scaffold the Site

    +
  1. cd to the directory of your local repository.
  2. +
+
cd docusaurus-tutorial
+
+
  1. Execute the docusaurus-init command in your terminal.
docusaurus-init
@@ -135,7 +140,7 @@
 
 

A browser window will open up at http://localhost:3000.

Congratulations, you have just made your first Docusaurus site! Click around the pages to get a feel for it.

-
Last updated on 2019-5-31 by orangehat

Install the Docusaurus init command

Docusaurus comes with a command line tool to help you scaffold a Docusaurus site with some example templates. Let's install the installer!

-
    -
  1. cd to the directory of your local repository.
  2. -
-
cd docusaurus-tutorial
-
-
    -
  1. Run the following command:
  2. -
+

Run the following command:

npm install --global docusaurus-init
 

or if you have Yarn:

yarn global add docusaurus-init
 
-
Last updated on 2019-7-26 by Jay Martin