Update mkdocs.yml
Dieser Commit ist enthalten in:
Ursprung
364a8da6d0
Commit
98fe5c55ec
1 geänderte Dateien mit 3 neuen und 6 gelöschten Zeilen
|
@ -7,14 +7,11 @@ edit_uri: ../mailcow-dockerized-docs/edit/master/docs/
|
||||||
remote_branch: gh-pages
|
remote_branch: gh-pages
|
||||||
theme: material
|
theme: material
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- codehilite
|
- codehilite(guess_lang=true)
|
||||||
guess_lang: true
|
- toc(permalink=true)
|
||||||
- toc
|
|
||||||
permalink: true
|
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.magiclink
|
- pymdownx.magiclink
|
||||||
- pymdownx.tasklist
|
- pymdownx.tasklist(custom_checkbox=true)
|
||||||
custom_checkbox: true
|
|
||||||
- pymdownx.mark
|
- pymdownx.mark
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
- pymdownx.extra
|
- pymdownx.extra
|
||||||
|
|
Laden …
In neuem Issue referenzieren