Skip to content

Latest commit

 

History

History
 
 

docs

Workflow PlantUML

Workflow figure is generated using PlantUML with the ditaa. To generate it yourself, the easiest way is to install the PlantUML plugin in VS Code (with the prerequisite installed), open the file and click preview.

If you don't want to install the dependencies locally, you can use the following settings to make the preview work with a remote render:

"plantuml.render": "PlantUMLServer",
"plantuml.server": "https://www.plantuml.com/plantuml",

ASCIIFlow is a helpful tool to edit the source code.