MkDocs plugin for embedding LikeC4 architecture diagrams.
- Ensure
likec4andgraphvizare available on the build system. - Install the
mkdocs-likec4plugin viapip:
pip install mkdocs-likec43.Add the plugin to your mkdocs.yml:
plugins:
- mkdocs-likec4- Start embedding views in your markdown:
```likec4-view
<your-view-id>
```For complete documentation with available options and examples, please read the Documentation.
Run ./local-preview in your terminal to build and run a MkDocs server with the plugin installed,
serving on http://127.0.0.1:8000/.
Trigger the manual release workflow via GitHub Actions.