docs(v1): update phrasing for website directory relative to docs directory (#4346)

According to the file directory shown on this tutorial page (https://docusaurus.io/docs/en/tutorial-create-new-site), both the docs directory and the website directory are in the same level.
This commit is contained in:
aukokyong 2021-03-04 23:23:35 +08:00 committed by GitHub
parent da5175a591
commit 0fc7276cc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ React is being used as a templating engine for rendering static markup. You can
## Create a Documentation Page
1. Create a new file in the `docs` folder called `doc9.md`. The `docs` folder is in the root of your Docusaurus project, one level above `website`.
1. Create a new file in the `docs` folder called `doc9.md`. The `docs` folder is in the root of your Docusaurus project, same level as the `website` folder.
1. Paste the following contents:
```