From be149e182ff85494a0e821c0c7dea3b40d79a49c Mon Sep 17 00:00:00 2001 From: TurekBot Date: Thu, 16 May 2019 20:29:02 -0600 Subject: [PATCH] docs: clarify location of sidebars.json (#1472) In #1468 we clarify where the `docs` folder is. Here, we make it clear where `sidebars.json` is. --- 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 bdb421e11c..bdcc72dbd2 100644 --- a/docs/tutorial-create-pages.md +++ b/docs/tutorial-create-pages.md @@ -70,7 +70,7 @@ I can write content using [GitHub-flavored Markdown syntax](https://github.githu * Let's Go ``` -3. Go to `sidebars.json` and add `"doc4"` after `"doc1"`. This ID should be the same one as in the Markdown file above. +3. Go to `website/sidebars.json` and add `"doc4"` after `"doc1"`. This ID should be the same one as in the Markdown file above. ```diff {