Skip to main content

MkDocs plugin for Kroki-Diagrams

Project description

mkdocs-kroki-plugin

This is a MkDocs plugin to embed Kroki-Diagrams into your documentation.

Setup

Install the plugin using pip:

pip install mkdocs-kroki-plugin

Activate the plugin in mkdocs.yml:

plugins:
  ...
  - kroki:

Config

Key Description
ServerURL URL of your kroki-Server, default: https://kroki.io
FencePrefix Diagram prefix, default: kroki-
EnableBlockDiag Enable BlockDiag (and the related Diagrams), default: True
Enablebpmn Enable BPMN, default: True
EnableExcalidraw Enable Excalidraw, default: True
EnableMermaid Enable Mermaid, default: True
EnableDiagramsnet Enable diagrams.net (draw.io), default: False
HttpMethod Http method to use (GET or POST), default: GET
(Note: On POST the retrieved images are stored next to the including page in the build directory)
FileTypes File types you want to use, default: [svg], (Note: not all file formats work with all diagram types https://kroki.io/#support)
  - kroki:
      FileTypes:
        - png
        - svg
  • FileTypeOverrides - Overrides for specific diagrams to set the desired file type default: None,
  - kroki:
      FileTypeOverrides:
        mermaid: png

Usage

Use code-fences with a tag of kroki-<Module> to replace the code with the wanted diagram.

Diagram options can be set as well.

Example for BlockDiag:

```kroki-blockdiag no-transparency=false
blockdiag {
  blockdiag -> generates -> "block-diagrams";
  blockdiag -> is -> "very easy!";

  blockdiag [color = "greenyellow"];
  "block-diagrams" [color = "pink"];
  "very easy!" [color = "orange"];
}
```

You can render diagram from file with @from_file: directive:

```kroki-bpmn
@from_file:path/to/diagram.bpmn
```

See Also

Diagram examples can be found here.

More information about installing a self-manged Kroki-Service here.

More Plugins for MkDocs can be found here

Pre-Release-Versions

Install the newest pre-release version using pip:

pip install -i https://test.pypi.org/simple/ mkdocs-kroki-plugin

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-kroki-plugin-0.7.1.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

mkdocs_kroki_plugin-0.7.1-py3-none-any.whl (8.4 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