We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132d79a commit 26053e0Copy full SHA for 26053e0
docs/schema/theme.json
@@ -592,6 +592,13 @@
592
"navigation.instant"
593
]
594
},
595
+ {
596
+ "title": "Navigation pruning",
597
+ "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-pruning",
598
+ "enum": [
599
+ "navigation.prune"
600
+ ]
601
+ },
602
{
603
"title": "Navigation sections",
604
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections",
mkdocs.yml
@@ -56,6 +56,7 @@ theme:
56
# - navigation.expand
57
- navigation.indexes
58
# - navigation.instant
59
+ # - navigation.prune
60
- navigation.sections
61
- navigation.tabs
62
# - navigation.tabs.sticky
0 commit comments