Package that brings PlantUML to MkDocs
Project description
mkdocs_puml
is a fast and simple package that brings plantuml diagrams to MkDocs
documentation.
Quick Start
Run the following command to install the package
pip install mkdocs_puml
After that, add plantuml
plugin into plugins
section of your mkdocs.yml
file,
in order to use PlantUML with MkDocs.
plugins:
- plantuml:
puml_url: https://www.plantuml.com/plantuml/
Not include PlantUML code fences with puml
keyword to your documentation, such as
```puml
@startuml
Bob -> Alice : hello
@enduml
```
That's it, mkdocs_puml
will automatically build SVG
diagrams from the code 🎉
For more information, please refer to the documentation.
License
This project is licensed under MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mkdocs_puml-2.3.0.tar.gz
.
File metadata
- Download URL: mkdocs_puml-2.3.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.3 Linux/6.8.0-47-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51c7f742eb6384e4e48db880a638869dff9b39a7d42cc42d86aaf25f0ffdb5aa |
|
MD5 | 43a817de5d09222df659a1766214fbc6 |
|
BLAKE2b-256 | 4c61f742f25cb6c301bf283355bcf0e9db0e5d0c9217a7e5deb97f8684bf3097 |
File details
Details for the file mkdocs_puml-2.3.0-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_puml-2.3.0-py3-none-any.whl
- Upload date:
- Size: 17.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.3 Linux/6.8.0-47-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fb6a3bceaa9d20020d274b5b6d8acd2f18b809511604c0d2fcb450ac3f3a160 |
|
MD5 | 2e42864a8cf8a2bdecc6dc9a5b584bdd |
|
BLAKE2b-256 | 124f8db4743bbe04a9e2ee09cddacf2b7ffd5e214899a974481fb1481de44711 |