forked from DSIT/documentation-dsit
Actualiser docs/Services/pole-scientifique/Onyxia/mkdocs.yml
Ajout d'extensions markdown
This commit is contained in:
parent
0dcc75b12d
commit
b6510fd68c
|
@ -1,61 +1,63 @@
|
||||||
site_name: Datalab Onyxia du Genes
|
site_name: Datalab Onyxia du Genes
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
features:
|
features:
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
- navigation.top
|
- navigation.top
|
||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
- search.highlight
|
||||||
- content.tabs.link
|
- content.tabs.link
|
||||||
- content.code.annotation
|
- content.code.annotation
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
language: en
|
language: en
|
||||||
palette:
|
palette:
|
||||||
- scheme: default
|
- scheme: default
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/toggle-switch-off-outline
|
icon: material/toggle-switch-off-outline
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
primary: teal
|
primary: teal
|
||||||
accent: purple
|
accent: purple
|
||||||
- scheme: slate
|
- scheme: slate
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/toggle-switch
|
icon: material/toggle-switch
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
primary: teal
|
primary: teal
|
||||||
accent: lime
|
accent: lime
|
||||||
|
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Introduction: "index.md"
|
- Introduction: "index.md"
|
||||||
- A propos de: "pages/about.md"
|
- A propos de: "pages/about.md"
|
||||||
- Guide d'utilisation: "guide.md"
|
- Guide d'utilisation: "guide.md"
|
||||||
- FAQ: "pages/faq.md"
|
- FAQ: "pages/faq.md"
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
anchor_linenums: true
|
anchor_linenums: true
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.arithmatex:
|
- pymdownx.details
|
||||||
generic: true
|
- pymdownx.superfences
|
||||||
- footnotes
|
- pymdownx.arithmatex:
|
||||||
- pymdownx.details
|
generic: true
|
||||||
- pymdownx.superfences
|
- footnotes
|
||||||
- pymdownx.mark
|
- pymdownx.details
|
||||||
- attr_list
|
- pymdownx.superfences
|
||||||
- pymdownx.emoji:
|
- pymdownx.mark
|
||||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
- attr_list
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
- pymdownx.emoji:
|
||||||
- pymdownx.critic
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
- pymdownx.caret
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
- pymdownx.keys
|
- pymdownx.critic
|
||||||
- pymdownx.mark
|
- pymdownx.caret
|
||||||
- pymdownx.tilde
|
- pymdownx.keys
|
||||||
|
- pymdownx.mark
|
||||||
|
- pymdownx.tilde
|
||||||
- attr_list
|
- attr_list
|
Loading…
Reference in New Issue
Block a user