mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
* feat(v2): enable subcategories * nits * eslint issue https://github.com/prettier/prettier/issues/3734
14 lines
164 B
JSON
14 lines
164 B
JSON
{
|
|
"docs": {
|
|
"Foo": {
|
|
"bar": ["foo/bar"],
|
|
"baz": ["foo/baz"]
|
|
},
|
|
"Endi": [
|
|
"docusaurus",
|
|
"highlight",
|
|
"hello"
|
|
]
|
|
}
|
|
}
|