forked from DSIT/documentation-dsit
Actualiser mkdocs.yml
modification extension
This commit is contained in:
parent
fadef26d06
commit
d607fec5c4
48
mkdocs.yml
48
mkdocs.yml
|
@ -1,23 +1,25 @@
|
|||
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
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
|
||||
|
||||
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
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user