Skip to content

Commit 7d40697

Browse files
committed
Improved tabs
1 parent 25be4a0 commit 7d40697

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ theme:
1414
- navigation.tabs.sticky
1515
- navigation.sections
1616
- toc.integrate
17+
- content.tabs.link
1718

1819
extra_css: [style.css]
1920
extra_javascript: [matomo.js]
@@ -28,6 +29,9 @@ markdown_extensions:
2829
- pymdownx.highlight
2930
- pymdownx.tabbed:
3031
alternate_style: true
32+
slugify: !!python/object/apply:pymdownx.slugs.slugify
33+
kwds:
34+
case: lower
3135
- pymdownx.superfences
3236
- pymdownx.emoji:
3337
emoji_index: !!python/name:material.extensions.emoji.twemoji

0 commit comments

Comments
 (0)