Skip to content

MkDocs plugin

Colleagues (and our sponsors) from doubleslash.de made the MkDocs plugin that allows to integrate LikeC4 diagrams into MkDocs documentation.

https://github.com/doubleSlashde/mkdocs-likec4

Check the project’s repository and documentation website for examples and more details.

  1. Ensure likec4 and graphviz are available on the build system

  2. Install the mkdocs-likec4 plugin via pip:

Terminal window
pip install mkdocs-likec4
  1. Add the plugin to your mkdocs.yml:
plugins:
- search
- mkdocs-likec4
  1. Start embedding views in your markdown:
```likec4-view
<your-view-id>
```