Files
create-react-app/website/sidebars.json
Amy Lam 00b1b511cf Initial setup of Docusaurus (#5227)
* Initial setup of Docusaurus

Followed steps on: https://docusaurus.io/docs/en/installation

* Delete doc1.md

* Delete doc2.md

* Delete doc3.md

* Delete exampledoc4.md

* Delete exampledoc5.md
2018-10-02 12:56:35 +01:00

11 lines
174 B
JSON

{
"docs": {
"Docusaurus": ["doc1"],
"First Category": ["doc2"],
"Second Category": ["doc3"]
},
"docs-other": {
"First Category": ["doc4", "doc5"]
}
}