BlockDiag — Block Flow Diagrams
BlockDiag generates flow diagrams using simple text descriptions. Nodes are connected with -> arrows, and can carry color, shape, and label attributes.
!!! tip "Syntax"
Nodes are auto-created when referenced. Group them with group { } blocks. Colors use standard CSS color names.
Simple Pipeline
A basic three-stage processing pipeline showing linear data flow.
Build Pipeline
A branching CI/CD build pipeline with parallel test and lint stages.
MkDocs-Kit Processing Flow
The internal data flow for generating a documentation site with mkdocs-kit.