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
|
||||
theme: material
|
||||
markdown_extensions:
|
||||
- codehilite
|
||||
guess_lang: true
|
||||
- toc
|
||||
permalink: true
|
||||
- codehilite(guess_lang=true)
|
||||
- toc(permalink=true)
|
||||
- admonition
|
||||
- pymdownx.magiclink
|
||||
- pymdownx.tasklist
|
||||
custom_checkbox: true
|
||||
- pymdownx.tasklist(custom_checkbox=true)
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- pymdownx.extra
|
||||
|
|
Laden …
In neuem Issue referenzieren