43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
---
|
|
site_name: "Manuel admnistrateur Chill"
|
|
site_url: https://manuel.chill.social/admin
|
|
repo_url: https://gitea.champs-libres.be/Chill-project/manuals
|
|
repo_name: Chill-project/manuals
|
|
theme:
|
|
name: material
|
|
features:
|
|
- content.code.copy
|
|
- content.code.select
|
|
- content.code.annotate
|
|
nav:
|
|
- Accueil: index.md
|
|
- Génération de document: generation-documents.md
|
|
markdown_extensions:
|
|
- markdown_include.include
|
|
# code layout
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
use_pygments: true
|
|
linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
# admonition
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
# use emojis
|
|
- attr_list
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
# footnotes
|
|
- footnotes
|
|
# https://squidfunk.github.io/mkdocs-material/reference/formatting/?h=key#adding-keyboard-keys
|
|
- pymdownx.critic
|
|
- pymdownx.caret
|
|
- pymdownx.keys
|
|
- pymdownx.mark
|
|
- pymdownx.tilde |