From 1eb6d98ab11e037e329bd064c5763d20e47dd71d Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 8 Mar 2022 09:24:02 +0000 Subject: [PATCH] build: add mermaid plugin to docs --- mkdocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 0022c035f8..61208659ac 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,7 +62,11 @@ markdown_extensions: - attr_list - pymdownx.emoji - pymdownx.inlinehilite - - pymdownx.superfences + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format copyright: Copyright © 2022 Amazon Web Services