forked from DSIT/documentation-dsit
20 lines
442 B
YAML
20 lines
442 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
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
features:
|
||
|
- navigation.instant
|
||
|
|
||
|
markdown_extensions:
|
||
|
- pymdownx.superfences:
|
||
|
custom_fences:
|
||
|
- name: mermaid
|
||
|
class: mermaid
|
||
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||
|
- admonition
|
||
|
- pymdownx.details
|
||
|
|
||
|
|