From d4733fa9ae80e15e0330d72d2c421a01e7814d9d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 31 May 2019 16:32:44 +0000 Subject: [PATCH] Deploy website Deploy website version based on fa4d72d9696e7b4c9a86a761e06ecc30c1af5ccc --- docs/en/next/tutorial-create-new-site.html | 13 ++++++------- docs/en/next/tutorial-create-new-site/index.html | 13 ++++++------- docs/en/next/tutorial-create-pages.html | 14 +++++++------- docs/en/next/tutorial-create-pages/index.html | 14 +++++++------- docs/es-ES/next/tutorial-create-new-site.html | 11 +++++------ .../es-ES/next/tutorial-create-new-site/index.html | 11 +++++------ docs/es-ES/next/tutorial-create-pages.html | 12 ++++++------ docs/es-ES/next/tutorial-create-pages/index.html | 12 ++++++------ docs/ro/next/tutorial-create-new-site.html | 11 +++++------ docs/ro/next/tutorial-create-new-site/index.html | 11 +++++------ docs/ro/next/tutorial-create-pages.html | 12 ++++++------ docs/ro/next/tutorial-create-pages/index.html | 12 ++++++------ docs/tr/next/tutorial-create-new-site.html | 11 +++++------ docs/tr/next/tutorial-create-new-site/index.html | 11 +++++------ docs/tr/next/tutorial-create-pages.html | 12 ++++++------ docs/tr/next/tutorial-create-pages/index.html | 12 ++++++------ docs/zh-CN/next/tutorial-create-new-site.html | 11 +++++------ .../zh-CN/next/tutorial-create-new-site/index.html | 11 +++++------ docs/zh-CN/next/tutorial-create-pages.html | 12 ++++++------ docs/zh-CN/next/tutorial-create-pages/index.html | 12 ++++++------ 20 files changed, 114 insertions(+), 124 deletions(-) diff --git a/docs/en/next/tutorial-create-new-site.html b/docs/en/next/tutorial-create-new-site.html index 011073f0f4..7a09f6cf83 100644 --- a/docs/en/next/tutorial-create-new-site.html +++ b/docs/en/next/tutorial-create-new-site.html @@ -1,5 +1,5 @@ -Create a New Site · DocusaurusCreate a New Site · Docusaurus
Edit

Create a New Site

In this section, we'll get our Docusaurus site up and running for local development. The process takes less than a few minutes.

+
Edit

Create a New Site

In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.

Docusaurus browser

Scaffold the Site

    @@ -93,7 +93,7 @@

    The Linking dependencies... step might take a while, but it will finish eventually.

    -

    The following contents will be created for you in the directory you are in.

    +

    The following contents will be created in your current directory. Some example documentation pages (under docs) and blog posts (under website/blog) are included.

    ├── Dockerfile
     ├── docker-compose.yml
     ├── docs
    @@ -131,14 +131,13 @@
         │       └── oss_logo.png
         └── yarn.lock
     
    -

    There would be some example documentation and blog pages generated.

    1. Run cd website to go into the website directory.
    2. Run npm start or yarn start.

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

    -

    Congratulations, you have just made your first Docusaurus site! Click around the pages generated for you to see what's available.

    -
Last updated on 2019-5-17 by Hongarc