mkdocs.yml: update

Added tabs and linked tabs functionality.
This commit is contained in:
Luc Bijl 2025-07-23 10:48:34 +02:00
parent 72ee68bea4
commit 880e54bde5

View file

@ -20,6 +20,7 @@ theme:
- search.suggest
- search.highlight
- search.share
- content.tabs.link
- content.code.copy
- content.code.annotate
# logo: assets/ampel-logo.png
@ -46,6 +47,8 @@ markdown_extensions:
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span