From 87754a2db4ec37b6bf0a549161c76a621ed936b1 Mon Sep 17 00:00:00 2001 From: Dinindu Senanayake Date: Mon, 8 Jul 2024 12:08:10 +1200 Subject: [PATCH] minor updated to docs --- mkdocs.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index b2a5d45..02ebf7d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,11 @@ repo_url: https://github.com/nesi/training-environment markdown_extensions: - admonition - def_list + - attr_list + - def_list + - footnotes + - meta + - md_in_html - pymdownx.tasklist: custom_checkbox: true - pymdownx.highlight: @@ -19,6 +24,24 @@ markdown_extensions: - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.superfences + - pymdownx.magiclink: + repo_url_shorthand: true + user: squidfunk + repo: mkdocs-material + - pymdownx.mark + - pymdownx.smartsymbols + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format + - pymdownx.tabbed: + alternate_style: true + - pymdownx.tasklist: + custom_checkbox: true + - pymdownx.tilde + - pymdownx.snippets + - pymdownx.pathconverter nav: - Overview: 'index.md' @@ -62,6 +85,6 @@ theme: icon: material/brightness-4 name: Switch to system preference primary: custom - + features: - navigation.expand