Skip to content

Commit e5956c5

Browse files
committed
add navigation.tracking feature flag
this updates the anchor present in the URL bar as you scroll on a page. This should be useful for mobile to be able to grab more specific links to content.
1 parent 13e3b6a commit e5956c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ theme:
6060
- navigation.tabs # setting-up-navigation/#navigation-tabs -- Enables the header tab navigation on large screens
6161
- navigation.indexes # setting-up-navigation/#section-index-pages -- Allows section headers to be standalone pages
6262
- 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
6364
- content.action.edit # upgrade/#contentaction -- Enables link to edit on github
6465
- toc.follow # setting-up-navigation/#anchor-following -- Sidebar automatically scrolls with content
6566
- content.code.annotate # reference/code-blocks/#code-annotations -- Allows + button annotations

0 commit comments

Comments
 (0)