@@ -55,15 +55,16 @@ theme:
55
55
# https://squidfunk.github.io/mkdocs-material/upgrade
56
56
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks
57
57
features :
58
- - navigation.instant # setting-up-navigation/#instant-loading -- Use XHR instead of page reloads on browsing links
59
- - navigation.footer # upgrade/#navigationfooter -- Enable Next and Previous buttons in footer
60
- - navigation.tabs # setting-up-navigation/#navigation-tabs -- Enables the header tab navigation on large screens
61
- - navigation.indexes # setting-up-navigation/#section-index-pages -- Allows section headers to be standalone pages
62
- - navigation.top # setting-up-navigation/#back-to-top-button -- Button appears when user scrolls down then up
63
- - navigation.tracking # setting-up-navigation/#anchor-tracking -- Update url bar #anchor as you scroll
64
- - content.action.edit # upgrade/#contentaction -- Enables link to edit on github
65
- - toc.follow # setting-up-navigation/#anchor-following -- Sidebar automatically scrolls with content
66
- - content.code.annotate # reference/code-blocks/#code-annotations -- Allows + button annotations
58
+ - navigation.instant # setting-up-navigation/#instant-loading # Use XHR instead of page reloads on browsing links
59
+ - navigation.footer # upgrade/#navigationfooter # Enable Next and Previous buttons in footer
60
+ - navigation.tabs # setting-up-navigation/#navigation-tabs # Enables the header tab navigation on large screens
61
+ - navigation.tabs.sticky # setting-up-navigation/#sticky-navigation-tabs # Keep section headers visible instead of collapsing on scroll
62
+ - navigation.indexes # setting-up-navigation/#section-index-pages # Allows section headers to be standalone pages
63
+ - navigation.top # setting-up-navigation/#back-to-top-button # Button appears when user scrolls down then up
64
+ - navigation.tracking # setting-up-navigation/#anchor-tracking # Update url bar #anchor as you scroll
65
+ - content.action.edit # upgrade/#contentaction # Enables link to edit on github
66
+ - toc.follow # setting-up-navigation/#anchor-following # Sidebar automatically scrolls with content
67
+ - content.code.annotate # reference/code-blocks/#code-annotations # Allows + button annotations
67
68
68
69
palette : # https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-palette-toggle
69
70
# Palette toggle for light mode
0 commit comments