MkDocs plugin for embedding LikeC4 architecture diagrams.
- Ensure
likec4andgraphvizare available on the build system - Install the
mkdocs-likec4plugin viapip:
pip install mkdocs-likec4- Add the plugin to your
mkdocs.yml:
plugins:
- search
- mkdocs-likec4- Start embedding views in your markdown:
```likec4-view
<your-view-id>
```For detailed instructions, configuration options and a demo, 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/.
Manually trigger the release workflow via GitHub Actions, which will auto-bump the plugin version and perform the release process.
PyPi publishing is set up via trusted publishing.
mkdocs-likec4 is licensed under the Apache License, Version 2.0.