A Mermaid graphs plugin for mkdocs
Mkdocs-Mermaid2 is an MkDocs plugin that facilitates the rendering of Mermaid text descriptions into various types of diagrams such as flow charts, sequence diagrams, and pie charts. With support for different versions of the Mermaid library, this plugin simplifies the process of including dynamic diagrams in your MkDocs pages.
pip install mkdocs-mermaid2
pip install /path/to/cloned/repository
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.