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