Skip to content

BlockDiag family

The blockdiag family covers blockdiag, seqdiag, actdiag, nwdiag, packetdiag, and rackdiag. Types share similar DSL conventions; pick the diagram_type that matches your diagram.

Example (blockdiag)

{
  Browser -> CDN -> WebApp -> Database;
  WebApp -> Cache;
}

Types

diagram_type Description Output formats
blockdiag Generic blocks png, svg, pdf
seqdiag Sequence png, svg, pdf
actdiag Activity png, svg, pdf
nwdiag Network png, svg, pdf
packetdiag Packet layout png, svg, pdf
rackdiag Server racks png, svg, pdf

See also