mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +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
21 lines
368 B
JSON
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"]
|
|
}
|
|
}
|