mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
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:
parent
da5175a591
commit
0fc7276cc7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue