diff --git a/docs/Services/pole-scientifique/Onyxia/mkdocs.yml b/docs/Services/pole-scientifique/Onyxia/mkdocs.yml index ee28f4b..ea73dc6 100644 --- a/docs/Services/pole-scientifique/Onyxia/mkdocs.yml +++ b/docs/Services/pole-scientifique/Onyxia/mkdocs.yml @@ -1,61 +1,63 @@ -site_name: Datalab Onyxia du Genes - -theme: - name: material - features: - - navigation.tabs - - navigation.sections - - toc.integrate - - navigation.top - - search.suggest - - search.highlight - - content.tabs.link - - content.code.annotation - - content.code.copy - language: en - palette: - - scheme: default - toggle: - icon: material/toggle-switch-off-outline - name: Switch to dark mode - primary: teal - accent: purple - - scheme: slate - toggle: - icon: material/toggle-switch - name: Switch to light mode - primary: teal - accent: lime - - -plugins: - - search - -nav: - - Introduction: "index.md" - - A propos de: "pages/about.md" - - Guide d'utilisation: "guide.md" - - FAQ: "pages/faq.md" - -markdown_extensions: - - pymdownx.highlight: - anchor_linenums: true - - pymdownx.inlinehilite - - pymdownx.snippets - - admonition - - pymdownx.arithmatex: - generic: true - - footnotes - - pymdownx.details - - pymdownx.superfences - - pymdownx.mark - - attr_list - - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg - - pymdownx.critic - - pymdownx.caret - - pymdownx.keys - - pymdownx.mark - - pymdownx.tilde +site_name: Datalab Onyxia du Genes + +theme: + name: material + features: + - navigation.tabs + - navigation.sections + - toc.integrate + - navigation.top + - search.suggest + - search.highlight + - content.tabs.link + - content.code.annotation + - content.code.copy + language: en + palette: + - scheme: default + toggle: + icon: material/toggle-switch-off-outline + name: Switch to dark mode + primary: teal + accent: purple + - scheme: slate + toggle: + icon: material/toggle-switch + name: Switch to light mode + primary: teal + accent: lime + + +plugins: + - search + +nav: + - Introduction: "index.md" + - A propos de: "pages/about.md" + - Guide d'utilisation: "guide.md" + - FAQ: "pages/faq.md" + +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + - pymdownx.inlinehilite + - pymdownx.snippets + - admonition + - pymdownx.details + - pymdownx.superfences + - pymdownx.arithmatex: + generic: true + - footnotes + - pymdownx.details + - pymdownx.superfences + - pymdownx.mark + - attr_list + - pymdownx.emoji: + emoji_index: !!python/name:materialx.emoji.twemoji + emoji_generator: !!python/name:materialx.emoji.to_svg + - pymdownx.critic + - pymdownx.caret + - pymdownx.keys + - pymdownx.mark + - pymdownx.tilde - attr_list \ No newline at end of file