docusaurus/website/sidebars.json
Joel Marcey 27ee375d94 Remove header from old getting started page
This content is being merged into other docs and guides

keep it around for reference before deleting it permanently.
2017-08-08 12:00:17 -07:00

19 lines
262 B
JSON

{
"docs": {
"Getting Started": [
"installation",
"site-preparation",
"site-creation"
],
"Guides": [
"navigation",
"translation",
"search"
],
"API": [
"site-config",
"doc-markdown"
]
}
}