manuals/user/mkdocs.yml
Julien Fastré 7a021838f1
Some checks failed
continuous-integration/drone/push Build is failing
Build and Push MkDocs Docker Image / build-and-push (push) Successful in 2m18s
Transforme les divs de pandoc en admonition
2025-06-30 23:36:44 +02:00

72 lines
2.3 KiB
YAML

---
site_name: "Manuel du logiciel Chill"
site_url: https://manuel.chill.social/user/
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
- Introduction: intro.md
- Concepts: concept.md
- Interface: interface.md
- Recherche: search.md
- Dossier d'usager: person.md
- Échanges: activite.md
- Documents: document.md
- Tiers: thirdparty.md
- Ménages: menage.md
- Parcours:
- Généralités sur les parcours: parcours.md
- Actions d'accompagnement: social_actions.md
- Réassigner les parcours: reassigner_parcours.md
- Notifications: notifications.md
- Tâches: tasks.md
- Workflow / suivi de décisions: workflows.md
- Adresses: adresses.md
- Notes privées: notes_privées.md
- Exports:
- Généralités: exports.md
- Exports liés aux usagers: exports_person.md
- Exports liés aux échanges: exports_activity.md
- Exports liés aux parcours: exports_accompanying_period.md
- Exports liés aux actions sociales: exports_accompanying_period_work.md
- Exports liés aux évaluations: exports_accompanying_period_work_evaluation.md
hooks:
- ../mkdocs/hooks/pandoc-to-mkdocs.py
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