Update mkdocs.yml

Dieser Commit ist enthalten in:
Phoenix Eve Aspacio 2018-10-06 11:11:50 +08:00 committet von GitHub
Ursprung 364a8da6d0
Commit 98fe5c55ec
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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