From 41bcd09283a32500c87437cdeae7f9c02a6f8abd Mon Sep 17 00:00:00 2001 From: kodeart Date: Thu, 22 Feb 2024 23:27:08 +0100 Subject: [PATCH] - more updates for the material theme --- mkdocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index d064f13..643c6a0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,6 +27,7 @@ theme: repo: fontawesome/brands/git-alt features: - header.autohide + - navigation.footer nav: - Intro: index.md @@ -68,7 +69,11 @@ markdown_extensions: - pymdownx.highlight - pymdownx.inlinehilite - pymdownx.mark - - pymdownx.superfences + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.tabbed: alternate_style: true - pymdownx.tilde