From 0fc7276cc7339cefc160dd0469c2b4477b082106 Mon Sep 17 00:00:00 2001 From: aukokyong <75824065+aukokyong@users.noreply.github.com> Date: Thu, 4 Mar 2021 23:23:35 +0800 Subject: [PATCH] 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. --- website-1.x/docs/tutorial-create-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-1.x/docs/tutorial-create-pages.md b/website-1.x/docs/tutorial-create-pages.md index fad4dc7f08..c0bdf9a28c 100644 --- a/website-1.x/docs/tutorial-create-pages.md +++ b/website-1.x/docs/tutorial-create-pages.md @@ -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: ```