Skip to content

Commit 0ba2ad7

Browse files
authored
docs(plugin): add mermaid to create diagram as code (aws-powertools#1070)
1 parent 2a3ff9a commit 0ba2ad7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

mkdocs.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,13 @@ markdown_extensions:
7777
- attr_list
7878
- pymdownx.emoji
7979
- pymdownx.inlinehilite
80-
- pymdownx.superfences
80+
- pymdownx.superfences:
81+
custom_fences:
82+
- name: mermaid
83+
class: mermaid
84+
format: !!python/name:pymdownx.superfences.fence_code_format
8185

82-
copyright: Copyright © 2021 Amazon Web Services
86+
copyright: Copyright © 2022 Amazon Web Services
8387

8488
plugins:
8589
- git-revision-date
@@ -95,3 +99,4 @@ extra:
9599
version:
96100
provider: mike
97101
default: latest
102+

0 commit comments

Comments
 (0)