mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
* Move Docusaurus 1 into v1 directory * Update Circle CI commands for new v1 dir * Remove OC * Fix tests
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"
|
|
]
|
|
}
|
|
}
|