Actualiser mkdocs.yml

This commit is contained in:
Alexis GUYOT 2024-01-25 11:45:44 +01:00
parent 8581ca8088
commit 15b5a2e063

View File

@ -9,7 +9,8 @@ theme:
features: features:
- navigation.instant - navigation.instant
- content.action.edit - content.action.edit
plugins:
- callouts
markdown_extensions: markdown_extensions:
- pymdownx.superfences: - pymdownx.superfences:
@ -17,6 +18,7 @@ markdown_extensions:
- name: mermaid - name: mermaid
class: mermaid class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- admonition - admonition
- pymdownx.details - pymdownx.details
- pymdownx.tabbed: - pymdownx.tabbed: