generate MD documentation from tekton pipelines and tasks
Project description
mkdocs-mkdocs-pipeline-visualizer
Usage
$ pip install mkdocs-pipeline-visualizer
Example of mkdocs.yaml
site_name: Tekton
nav:
- Home: index.md
- Deployment Pipeline: ./path/to/pipeline/deploy-pipeline.md
plugins:
- pipeline-visualizer
./path/to/pipeline/deploy-pipeline.md is the path to the actual pipeline definition but replace the extension from .yaml to .md
(Optional) configuration these are the default values
plugins:
- pipeline-visualizer:
plantuml_graphs: True
plantuml_graph_direction: TB
plantuml_theme: _none_
plantuml_graphs[bool] controls if pipeline graph should be visibleplantuml_graph_direction[string] TB(top to bottom) or LR(left to right)plantuml_theme[string] any theme from https://plantuml.com/theme to style plantuml_theme e.g hacker, spacelab
Changelog
0.1.7
- fix issue with \ in usage
- correct example in readme
0.1.6
- hide workspaces for tasks when none are used
- show version of pipeline/task when available
0.1.5
- remove extra --- after tasks
- sample of how to use task in pipeline
- make plantuml graphs optional using boolean
plantuml_graphsdefault true - only process pipeline or tasks
0.1.4
- show all tasks in finally block
0.1.3
- enable configuration of graph direction
plantuml_graph_directioneither TB or LR - configuration for plantuml theme
plantuml_themestring (https://plantuml.com/theme) - display references to configMaps
0.1.2
- remove unused code
- change how default and empty values are presented
0.1.1
- fix issue with multicods
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mkdocs_pipeline_visualizer-0.1.7.tar.gz.
File metadata
- Download URL: mkdocs_pipeline_visualizer-0.1.7.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dcabc47938d05ed2417ac50f686815581a50f8ad59ceaf4e0911170d7fb9f5c
|
|
| MD5 |
70e8d6b1c80c68b0618f328ee56ea33b
|
|
| BLAKE2b-256 |
2f138fcd7c31f97ab003fb3d1090b393e3777ea4c3c4386fc2b9b93516498fc5
|
File details
Details for the file mkdocs_pipeline_visualizer-0.1.7-py3-none-any.whl.
File metadata
- Download URL: mkdocs_pipeline_visualizer-0.1.7-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad683d8e425af15f76d578e3e7de4b28b02258b66aaad9e250721fd45a7cc71e
|
|
| MD5 |
55ff0409ede4f87fbcdb2bca01b1529f
|
|
| BLAKE2b-256 |
47b6658734c3a1a8832e21de0783da24f2a210e91e8248546cdc0fa32788851d
|