Skip to main content

Package that brings PlantUML to MkDocs

Project description

logo


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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_puml-2.3.0.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_puml-2.3.0-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page