documentation-dsit/mkdocs.yml
2024-01-26 09:02:09 +01:00

38 lines
942 B
YAML

site_name: Documentation du DSIT
site_url: https://documentation-dsit.lab.groupe-genes.fr
repo_url: https://code.groupe-genes.fr/DSIT/documentation-dsit
repo_name: dsit/documentation
edit_uri: src/branch/main/docs/
theme:
name: material
features:
- navigation.instant
- content.action.edit
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- nl2br
- i18n
plugins:
- search
- i18n:
languages:
fr: "Français"
en: "English"
default_language: 'fr'
no_translation:
fr: "Cette page n'est pas traduite en Français."
en: "This page isn't translated to English."