Skip to content

Commit

Permalink
docs: clarify location of sidebars.json (facebook#1472)
Browse files Browse the repository at this point in the history
In facebook#1468 we clarify where the `docs` folder is. 
Here, we make it clear where `sidebars.json` is.
  • Loading branch information
TurekBot authored and shakcho committed May 17, 2019
1 parent b6d6def commit af8dee3
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 af8dee3

Please sign in to comment.