mkdocs.yml: update
Added tabs and linked tabs functionality.
This commit is contained in:
parent
72ee68bea4
commit
880e54bde5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue