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