Skip to content

Latest commit

 

History

History
 
 

workflow-diagram

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

How to update workflow diagram

Workflow diagram is contained in workflow.mmd. Its definition is written in Mermaid.

Regenerate PNG in command line

In order to regenerate the workflow diagram from source, use the commands:

# Install Mermaid CLI
npm install @mermaid-js/mermaid-cli

# Generate the diagram
./node_modules/.bin/mmdc -i workflow.mmd -o workflow.png

Live editor

If you want to adjust the diagram and see the result applied live, use Mermaid live editor.