diff --git a/docs/en/next/site-creation.html b/docs/en/next/site-creation.html index 78bde0fcda..cf2f432c27 100644 --- a/docs/en/next/site-creation.html +++ b/docs/en/next/site-creation.html @@ -77,7 +77,7 @@

Create Your Basic Site

To create a fully functional site, you only need to do a few steps:

    -
  1. Add your documentation to the /docs directory as .md files, ensuring you have the proper header in each file. The simplest header would be the following, where id is the link name (e.g., docs/intro.html) and the title, is, of course, the title of the browser page.

    +
  2. Add your documentation to the /docs directory as .md files, ensuring you have the proper header in each file. The simplest header would be the following, where id is the link name (e.g., docs/intro.html) and the title is the webpage's title.

    ---
     id: intro
     title: Getting Started
    @@ -127,7 +127,7 @@ yarn run start # or `npm run start`
     
     

    Blog Only

    You can also use Docusaurus to host your blog only.

    -
    Last updated on 2018-6-10 by Yangshun Tay