docusaurus/website/sidebars.json
Endilie Yacop Sucipto 1f91d19a8c
chore: move to monorepo (#1297)
* chore: move to monorepo

* lint all js file

* simplify circleCI

* fix failing tests

* fix tests due to folder rename

* fix test since v1 website is renamed
2019-03-23 14:21:36 +07:00

21 lines
368 B
JSON

{
"docs": {
"Getting Started": [
"installation",
"site-preparation",
"site-creation",
"publishing",
"docker"
],
"Guides": [
"adding-blog",
"custom-pages",
"search",
"navigation",
"translation",
"versioning"
],
"API": ["commands", "doc-markdown", "api-pages", "site-config"]
}
}