mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 15:40:15 +01:00
18 lines
384 B
JSON
18 lines
384 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",
|
|
"const": "section-index"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"section-index": {}
|
|
}
|
|
}
|
|
]
|
|
}
|