node/fontcolor
This commit is contained in:
parent
3a34cd80d9
commit
3bced44dee
1 changed files with 4 additions and 13 deletions
17
index.gv
17
index.gv
|
@ -77,7 +77,10 @@ devops_ops_monitor -> devops_dev_plan
|
|||
# │ Projects │
|
||||
# ╰──────────╯
|
||||
|
||||
node [fillcolor="#303030"]
|
||||
node [
|
||||
fillcolor="#303030"
|
||||
fontcolor="#8080FF"
|
||||
]
|
||||
edge [color="#6060FF"]
|
||||
|
||||
rwx_forge -> devops_dev_code
|
||||
|
@ -88,33 +91,28 @@ rwx_todo -> devops_dev_plan
|
|||
# ╰─────╯
|
||||
|
||||
rwx [
|
||||
fontcolor="#8080FF"
|
||||
label="rwx.work"
|
||||
URL="https://rwx.work"
|
||||
]
|
||||
|
||||
rwx_blog [
|
||||
fontcolor="#8080FF"
|
||||
label="Blog"
|
||||
URL="https://blog.rwx.work"
|
||||
]
|
||||
rwx_blog -> rwx_rwx
|
||||
|
||||
rwx_forge [
|
||||
fontcolor="#8080FF"
|
||||
label="Forge"
|
||||
URL="https://forge.rwx.work"
|
||||
]
|
||||
|
||||
rwx_help [
|
||||
fontcolor="#8080FF"
|
||||
label="Help"
|
||||
URL="https://help.rwx.work"
|
||||
]
|
||||
rwx_help -> rwx_rwx
|
||||
|
||||
rwx_ilos [
|
||||
fontcolor="#8080FF"
|
||||
label="ILOS:\nIncremental Live\nOperating System"
|
||||
URL="https://ilos.rwx.work"
|
||||
]
|
||||
|
@ -125,34 +123,29 @@ rwx_ofsp
|
|||
} -> rwx_ilos
|
||||
|
||||
rwx_lsgm [
|
||||
fontcolor="#8080FF"
|
||||
label="LSGM:\nLive Scan\nGrub Menu"
|
||||
URL="https://lsgm.rwx.work"
|
||||
]
|
||||
rwx_lsgm -> rwx_rwx
|
||||
|
||||
rwx_ofsp [
|
||||
fontcolor="#8080FF"
|
||||
label="OFSP:\nOperating File\nSystem Profile"
|
||||
URL="https://ofsp.rwx.work"
|
||||
]
|
||||
rwx_ofsp -> rwx_rwx
|
||||
|
||||
rwx_prj [
|
||||
fontcolor="#8080FF"
|
||||
label="PRJ:\nPRJ"
|
||||
URL="https://prj.rwx.work"
|
||||
]
|
||||
rwx_prj -> rwx_rwx
|
||||
|
||||
rwx_rwx [
|
||||
fontcolor="#8080FF"
|
||||
label="RWX:\nRead Write eXecute"
|
||||
URL="https://rwx.rwx.work"
|
||||
]
|
||||
|
||||
rwx_spcd [
|
||||
fontcolor="#8080FF"
|
||||
label="SPCD:\nShell to Python\nContinuous Deployment"
|
||||
URL="https://spcd.rwx.work"
|
||||
]
|
||||
|
@ -165,14 +158,12 @@ devops_ops_deploy
|
|||
}
|
||||
|
||||
rwx_srmp [
|
||||
fontcolor="#8080FF"
|
||||
label="SRMP:\nSoftware Repositories\nMirror Profile"
|
||||
URL="https://srmp.rwx.work"
|
||||
]
|
||||
rwx_srmp -> rwx_rwx
|
||||
|
||||
rwx_todo [
|
||||
fontcolor="#8080FF"
|
||||
label="TODO:\nTO\nDO"
|
||||
URL="https://todo.rwx.work"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue