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
This commit is contained in:
Amy Lam
2018-10-02 04:56:35 -07:00
committed by Dan Abramov
parent 209053b97e
commit 00b1b511cf
20 changed files with 6637 additions and 0 deletions

10
website/sidebars.json Normal file
View File

@@ -0,0 +1,10 @@
{
"docs": {
"Docusaurus": ["doc1"],
"First Category": ["doc2"],
"Second Category": ["doc3"]
},
"docs-other": {
"First Category": ["doc4", "doc5"]
}
}