From 2a48b83ff23d6c13609de962bcd7ad90d882f27c Mon Sep 17 00:00:00 2001 From: TurekBot Date: Thu, 16 May 2019 17:03:59 -0600 Subject: [PATCH] docs: make it clear in the tutorial where the `docs` folder is (#1468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Make it clear where the `docs` folder is It was not clear, to the beginner user—who this tutorial is for—where the `docs` folder was . The only reason I know this is because I'm a beginner user and I tried for too many minutes to find the `docs` folder inside the `website` folder. I had this assumption because the previous example is offered under the assumption that you're in the `website` folder. Feel free to change the wording, I just want to make it clear where you should be looking, if you're new. * Update tutorial-create-pages.md --- docs/tutorial-create-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial-create-pages.md b/docs/tutorial-create-pages.md index 5df6ab0b4c..4ffccef86c 100644 --- a/docs/tutorial-create-pages.md +++ b/docs/tutorial-create-pages.md @@ -47,7 +47,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 `doc4.md`. +1. Create a new file in the `docs` folder called `doc4.md`. The `docs` folder is in the root of your Docusaurus project, one level above `website`. 1. Paste the following contents: ```