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.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue