forked from DSIT/documentation-dsit
28 lines
669 B
YAML
28 lines
669 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
|
|
|