mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 14:36:59 +02:00
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.
This commit is contained in:
parent
54a00e7a04
commit
be149e182f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue