Added navigation pruning to schema

This commit is contained in:
squidfunk 2022-05-25 09:57:20 +02:00
parent 132d79a681
commit 26053e0a4b
2 changed files with 8 additions and 0 deletions

View File

@ -592,6 +592,13 @@
"navigation.instant" "navigation.instant"
] ]
}, },
{
"title": "Navigation pruning",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-pruning",
"enum": [
"navigation.prune"
]
},
{ {
"title": "Navigation sections", "title": "Navigation sections",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections",

View File

@ -56,6 +56,7 @@ theme:
# - navigation.expand # - navigation.expand
- navigation.indexes - navigation.indexes
# - navigation.instant # - navigation.instant
# - navigation.prune
- navigation.sections - navigation.sections
- navigation.tabs - navigation.tabs
# - navigation.tabs.sticky # - navigation.tabs.sticky