Skip to content

Bt Fork

A symmetric fan-out inside a `%%metro direction: BT` section: the hub sits at the bottom and both branches fan upward, the lane bundle riding the `+x` side as the rotation image of a TB fork (#1044).

Mermaid source
examples/topologies/bt_fork.mmd
%%metro title: BT Fork
%%metro style: dark
%%metro line: a | A | #e63946
%%metro line: b | B | #0570b0
graph LR
subgraph work [Work]
%%metro direction: BT
hub[Demux]
left[Lane A]
right[Lane B]
hub -->|a,b| left
hub -->|a,b| right
end
CLI command
Terminal window
nf-metro render examples/topologies/bt_fork.mmd -o bt_fork.svg
Rendered map
BT Fork 1 Demux Lane A Lane B A B created with nf-metro v1.1.0+dev