digraph "index" { bgcolor="transparent" color="#C0C000" fontcolor="#FF8000" fontname="DejaVu Sans" penwidth="2" # rankdir="RL" edge [ fontcolor="#FF4040" fontname="DejaVu Sans" style="filled" ] node [ color="#C0C0C0" fontcolor="#FFFFFF" fontname="DejaVu Sans" penwidth="2" style="filled" ] { rank="max" "" [style="invis"] } edge [color="#008000"] node [fillcolor="#408040"] subgraph "cluster/dev" { label="Dev" "plan" [label="Plan"] "code" [label="Code"] "build" [label="Build"] "test" [label="Test"] } "plan" -> "code" -> "build" -> "test" -> { "plan" "release" } subgraph "cluster/ops" { label="Ops" "release" [label="Release"] "deploy" [label="Deploy"] "operate" [label="Operate"] "monitor" [label="Monitor"] } "release" -> "deploy" -> "operate" -> "monitor" -> { "deploy" "plan" } edge [color="#FF0000"] node [fillcolor="#303030"] subgraph "cluster/beninca.link" { label="beninca.link" URL="https://beninca.link" "beninca.link/marc" [ fontcolor="#8080FF" label="Marc" URL="https://marc.beninca.link" ] } subgraph "cluster/rwx.work" { label="rwx.work" URL="https://rwx.work" "rwx.work/blog" [ fontcolor="#8080FF" label="Blog" URL="https://blog.rwx.work" ] "rwx.work/forge" [ fontcolor="#8080FF" label="Forge" URL="https://forge.rwx.work" ] "rwx.work/lsgm" [ fontcolor="#8080FF" label="LSGM" URL="https://lsgm.rwx.work" ] "rwx.work/ofsp" [ fontcolor="#8080FF" label="OFSP" URL="https://ofsp.rwx.work" ] "rwx.work/rtfd" [ fontcolor="#8080FF" label="RTFD" URL="https://rtfd.rwx.work" ] "rwx.work/rwx" [ fontcolor="#8080FF" label="RWX" URL="https://rwx.rwx.work" ] "rwx.work/spcd" [ fontcolor="#8080FF" label="SPCD" URL="https://spcd.rwx.work" ] "rwx.work/srmp" [ fontcolor="#8080FF" label="SRMP" URL="https://srmp.rwx.work" ] "rwx.work/todo" [ fontcolor="#8080FF" label="TODO" URL="https://todo.rwx.work" ] } subgraph "cluster/tilde.link" { label="tilde.link" URL="https://tilde.link" "tilde.link/tm" [ fontcolor="#8080FF" label="TrackMania" URL="https://tm.tilde.link" ] } { rank="max" "one" -> "two" } }