Skip to content

Commit 4e72aa0

Browse files
committed
Updated JSON schema
1 parent c928e03 commit 4e72aa0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/schema/theme.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,20 @@
685685
"navigation.instant"
686686
]
687687
},
688+
{
689+
"title": "Instant prefetching",
690+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-prefetching",
691+
"enum": [
692+
"navigation.instant.prefetch"
693+
]
694+
},
695+
{
696+
"title": "Progress indicator",
697+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#progress-indicator",
698+
"enum": [
699+
"navigation.instant.progress"
700+
]
701+
},
688702
{
689703
"title": "Navigation path (Breadcrumbs)",
690704
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-path",

0 commit comments

Comments
 (0)