forked from DSIT/documentation-dsit
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
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.sections
|
|
- toc.integrate
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.tabs.link
|
|
- content.code.copy
|
|
- content.action.edit
|
|
language: fr
|
|
palette:
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/toggle-switch-off-outline
|
|
name: Switch to dark mode
|
|
primary: custom
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/toggle-switch
|
|
name: Switch to light mode
|
|
primary: custom
|
|
accent: purple
|
|
logo: assets/logo_seul_blanc.png
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
extra:
|
|
generator: false
|
|
alternate:
|
|
- name: English
|
|
link: /en/
|
|
lang: en
|
|
|
|
markdown_extensions:
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.details
|
|
- admonition
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
combine_header_slug: true
|
|
|