Skip to content

likec4/mkdocs-likec4

 
 

Repository files navigation

mkdocs-likec4

MkDocs plugin for embedding LikeC4 architecture diagrams.

Quick Start

  1. Ensure likec4 and graphviz are available on the build system
  2. Install the mkdocs-likec4 plugin via pip:
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>
```

Documentation

For detailed instructions, configuration options and a demo, please read the documentation.

Development

Local setup

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/.

Releasing

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.

License

mkdocs-likec4 is licensed under the Apache License, Version 2.0.

About

LikeC4 diagrams for MkDocs!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Languages

  • Python 98.1%
  • Dockerfile 1.5%
  • Shell 0.4%