Skip to content

Commit 26053e0

Browse files
committed
Added navigation pruning to schema
1 parent 132d79a commit 26053e0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/schema/theme.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,13 @@
592592
"navigation.instant"
593593
]
594594
},
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+
},
595602
{
596603
"title": "Navigation sections",
597604
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections",

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ theme:
5656
# - navigation.expand
5757
- navigation.indexes
5858
# - navigation.instant
59+
# - navigation.prune
5960
- navigation.sections
6061
- navigation.tabs
6162
# - navigation.tabs.sticky

0 commit comments

Comments
 (0)