From 23aa48eabf429b78d053d1d7aa311f3730c2f3dd Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Mon, 8 Dec 2025 16:04:22 +1100 Subject: [PATCH] DOCS: mermaid support Signed-off-by: jokob-sk --- mkdocs.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index d3516a8e..f1136f03 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -169,6 +169,23 @@ theme: name: Switch to dark mode markdown_extensions: - admonition + - pymdownx.superfences + - pymdownx.highlight + - pymdownx.inlinehilite + - pymdownx.tabbed + - pymdownx.details + - pymdownx.snippets + - pymdownx.blocks.tab + - pymdownx.blocks.admonition + - pymdownx.blocks.details + - pymdownx.mark + - pymdownx.tasklist + - pymdownx.emoji + - pymdownx.magiclink + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid plugins: - gh-admonitions - search