Skip to content

Commit a4b7fb8

Browse files
authored
Merge pull request #1155 from cp-algorithms/permalink-instead-of-navigation-tracking
Permalink instead of navigation tracking
2 parents 7935df4 + 6337369 commit a4b7fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ theme:
2222
icon:
2323
repo: fontawesome/brands/github
2424
features:
25-
- navigation.tracking
2625
- navigation.tabs
2726
- toc.integrate
2827
- search.suggest
@@ -53,6 +52,8 @@ markdown_extensions:
5352
emoji_index: !!python/name:materialx.emoji.twemoji
5453
emoji_generator: !!python/name:materialx.emoji.to_svg
5554
- meta
55+
- toc:
56+
permalink: true
5657

5758
plugins:
5859
- mkdocs-simple-hooks:

0 commit comments

Comments
 (0)