Skip to content

Commit 5fb9d15

Browse files
committed
fix: tabs in licensing stopped working
1 parent 7ef442a commit 5fb9d15

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

mkdocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ nav:
3838
theme:
3939
name: material
4040
features:
41-
- tabs
41+
- content.tabs.link
4242
favicon: assets/nipreps_brain.png
4343
logo: assets/nipreps_brain.png
4444

@@ -51,7 +51,11 @@ markdown_extensions:
5151
- pymdownx.emoji:
5252
emoji_index: !!python/name:material.extensions.emoji.twemoji
5353
emoji_generator: !!python/name:material.extensions.emoji.to_svg
54-
- pymdownx.tabbed
54+
- pymdownx.tabbed:
55+
alternate_style: true
56+
slugify: !!python/object/apply:pymdownx.slugs.slugify
57+
kwds:
58+
case: lower
5559
- pymdownx.highlight
5660
- pymdownx.superfences
5761
- pymdownx.snippets

0 commit comments

Comments
 (0)