Skip to content

Commit

Permalink
build: add mermaid plugin to docs (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Mar 14, 2022
1 parent 0468202 commit 9fba1d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9fba1d3

Please sign in to comment.