mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
"title": "Add index section pages to navigation",
|
|
"oneOf": [
|
|
{
|
|
"markdownDescription": "https://github.com/oprypin/mkdocs-section-index",
|
|
"enum": [
|
|
"section-index"
|
|
]
|
|
},
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"section-index": {}
|
|
}
|
|
}
|
|
]
|
|
}
|