mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
* 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
26 lines
398 B
JSON
26 lines
398 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"
|
|
]
|
|
}
|
|
}
|