regroup
This commit is contained in:
parent
875ac00f30
commit
5a8551d6fe
1 changed files with 29 additions and 23 deletions
52
index.gv
52
index.gv
|
@ -89,7 +89,6 @@ rwx_blog [
|
||||||
label="Blog"
|
label="Blog"
|
||||||
URL="https://blog.rwx.work"
|
URL="https://blog.rwx.work"
|
||||||
]
|
]
|
||||||
rwx_blog -> rwx_rwx
|
|
||||||
|
|
||||||
rwx_forge [
|
rwx_forge [
|
||||||
label="Forge"
|
label="Forge"
|
||||||
|
@ -100,35 +99,26 @@ rwx_help [
|
||||||
label="Help"
|
label="Help"
|
||||||
URL="https://help.rwx.work"
|
URL="https://help.rwx.work"
|
||||||
]
|
]
|
||||||
rwx_help -> rwx_rwx
|
|
||||||
|
|
||||||
rwx_ilos [
|
rwx_ilos [
|
||||||
label="ILOS:\nIncremental Live\nOperating System"
|
label="ILOS:\nIncremental Live\nOperating System"
|
||||||
URL="https://ilos.rwx.work"
|
URL="https://ilos.rwx.work"
|
||||||
]
|
]
|
||||||
rwx_ilos -> rwx_rwx
|
|
||||||
{
|
|
||||||
rwx_lsgm
|
|
||||||
rwx_ofsp
|
|
||||||
} -> rwx_ilos
|
|
||||||
|
|
||||||
rwx_lsgm [
|
rwx_lsgm [
|
||||||
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_ofsp [
|
rwx_ofsp [
|
||||||
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_prj [
|
rwx_prj [
|
||||||
label="PRJ:\nPRJ"
|
label="PRJ:\nPRJ"
|
||||||
URL="https://prj.rwx.work"
|
URL="https://prj.rwx.work"
|
||||||
]
|
]
|
||||||
rwx_prj -> rwx_rwx
|
|
||||||
|
|
||||||
rwx_rwx [
|
rwx_rwx [
|
||||||
label="RWX:\nRead Write eXecute"
|
label="RWX:\nRead Write eXecute"
|
||||||
|
@ -139,7 +129,35 @@ rwx_spcd [
|
||||||
label="SPCD:\nShell to Python\nContinuous Deployment"
|
label="SPCD:\nShell to Python\nContinuous Deployment"
|
||||||
URL="https://spcd.rwx.work"
|
URL="https://spcd.rwx.work"
|
||||||
]
|
]
|
||||||
rwx_spcd -> rwx_rwx
|
|
||||||
|
rwx_srmp [
|
||||||
|
label="SRMP:\nSoftware Repositories\nMirror Profile"
|
||||||
|
URL="https://srmp.rwx.work"
|
||||||
|
]
|
||||||
|
|
||||||
|
rwx_todo [
|
||||||
|
label="TODO:\nTO\nDO"
|
||||||
|
URL="https://todo.rwx.work"
|
||||||
|
]
|
||||||
|
|
||||||
|
rwx_rwx -> rwx
|
||||||
|
|
||||||
|
{
|
||||||
|
rwx_blog
|
||||||
|
rwx_help
|
||||||
|
rwx_ilos
|
||||||
|
rwx_lsgm
|
||||||
|
rwx_ofsp
|
||||||
|
rwx_prj
|
||||||
|
rwx_spcd
|
||||||
|
rwx_srmp
|
||||||
|
rwx_todo
|
||||||
|
} -> rwx_rwx
|
||||||
|
|
||||||
|
{
|
||||||
|
rwx_lsgm
|
||||||
|
rwx_ofsp
|
||||||
|
} -> rwx_ilos
|
||||||
|
|
||||||
rwx_spcd -> {
|
rwx_spcd -> {
|
||||||
devops_dev_build
|
devops_dev_build
|
||||||
|
@ -147,18 +165,6 @@ devops_dev_test
|
||||||
devops_ops_deploy
|
devops_ops_deploy
|
||||||
}
|
}
|
||||||
|
|
||||||
rwx_srmp [
|
|
||||||
label="SRMP:\nSoftware Repositories\nMirror Profile"
|
|
||||||
URL="https://srmp.rwx.work"
|
|
||||||
]
|
|
||||||
rwx_srmp -> rwx_rwx
|
|
||||||
|
|
||||||
rwx_todo [
|
|
||||||
label="TODO:\nTO\nDO"
|
|
||||||
URL="https://todo.rwx.work"
|
|
||||||
]
|
|
||||||
rwx_todo -> rwx_rwx
|
|
||||||
|
|
||||||
# ╭───────╮
|
# ╭───────╮
|
||||||
# │ Parts │
|
# │ Parts │
|
||||||
# ╰───────╯
|
# ╰───────╯
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue