Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 240 Bytes

mermaid.md

File metadata and controls

14 lines (11 loc) · 240 Bytes

mermaid

Mermaid is a markdown language to create graphs. GitHub does not support it yet.

flowchart LR
    subgraph Kubernetes
        redis-master
        go-app
    end

    go-app --- redis-master
    client  --- go-app
Loading