Skip to content

Single Section

One section, one line. The simplest possible case.

Mermaid source
examples/topologies/single_section.mmd
%%metro title: Single Section
%%metro style: dark
%%metro line: main | Main | #e63946
graph LR
subgraph only [Only Section]
a[Input]
b[Process]
c[Output]
a -->|main| b
b -->|main| c
end
CLI command
Terminal window
nf-metro render examples/topologies/single_section.mmd -o single_section.svg
Rendered map
Single Section 1 Input Process Output Main created with nf-metro v1.1.0+dev