Skip to content

Commit

Permalink
docs: clarify location of sidebars.json
Browse files Browse the repository at this point in the history
In #1468 we clarify where the `docs` folder is. 
Here, we make it clear where `sidebars.json` is.
  • Loading branch information
TurekBot authored May 16, 2019
1 parent 2a48b83 commit d85bc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial-create-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit d85bc7e

Please sign in to comment.