edge,node
This commit is contained in:
parent
1a978490bf
commit
069b7486d7
1 changed files with 15 additions and 36 deletions
51
index.gv
51
index.gv
|
@ -38,11 +38,8 @@ style="filled"
|
||||||
# │ DevOps │
|
# │ DevOps │
|
||||||
# ╰────────╯
|
# ╰────────╯
|
||||||
|
|
||||||
node [
|
edge [color="#208020"]
|
||||||
fillcolor="#202020"
|
node [fillcolor="#204020"]
|
||||||
fontcolor="#008000"
|
|
||||||
]
|
|
||||||
edge [color="#008000"]
|
|
||||||
|
|
||||||
devops_dev_test -> devops_ops_release
|
devops_dev_test -> devops_ops_release
|
||||||
devops_ops_monitor -> devops_dev_plan
|
devops_ops_monitor -> devops_dev_plan
|
||||||
|
@ -73,11 +70,8 @@ devops_ops_release -> devops_ops_deploy -> devops_ops_operate -> devops_ops_moni
|
||||||
# │ Projects │
|
# │ Projects │
|
||||||
# ╰──────────╯
|
# ╰──────────╯
|
||||||
|
|
||||||
node [
|
edge [color="#208080"]
|
||||||
fillcolor="#202020"
|
node [fillcolor="#205050"]
|
||||||
fontcolor="#6060FF"
|
|
||||||
]
|
|
||||||
edge [color="#6060FF"]
|
|
||||||
|
|
||||||
rwx_forge -> devops_dev_code
|
rwx_forge -> devops_dev_code
|
||||||
rwx_todo -> devops_dev_plan
|
rwx_todo -> devops_dev_plan
|
||||||
|
@ -169,11 +163,14 @@ rwx_todo -> rwx_rwx
|
||||||
# │ Parts │
|
# │ Parts │
|
||||||
# ╰───────╯
|
# ╰───────╯
|
||||||
|
|
||||||
node [
|
edge [color="#4040FF"]
|
||||||
fillcolor="#202020"
|
node [fillcolor="#404080"]
|
||||||
fontcolor="#6060FF"
|
|
||||||
|
rwx_forge_marc [
|
||||||
|
label="Marc"
|
||||||
|
URL="https://forge.rwx.work/marc.beninca"
|
||||||
]
|
]
|
||||||
edge [color="#6060FF"]
|
rwx_forge_marc -> rwx_forge
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_lsgm_python [label="Python"]
|
rwx_lsgm_python [label="Python"]
|
||||||
|
@ -199,28 +196,13 @@ rwx_spcd_shell [label="Shell"]
|
||||||
# │ Tasks │
|
# │ Tasks │
|
||||||
# ╰───────╯
|
# ╰───────╯
|
||||||
|
|
||||||
node [
|
edge [color="#E00000"]
|
||||||
fillcolor="#202020"
|
node [fillcolor="#A00000"]
|
||||||
fontcolor="#FF0000"
|
|
||||||
]
|
|
||||||
edge [color="#FF0000"]
|
|
||||||
|
|
||||||
{
|
{
|
||||||
rwx_rwx_dev [label="Proper\ndev branch"]
|
rwx_rwx_dev [label="Proper\ndev branch"]
|
||||||
} -> rwx_rwx
|
} -> rwx_rwx
|
||||||
|
|
||||||
# ╭─────┬───────╮
|
|
||||||
# │ RWX │ Forge │
|
|
||||||
# ╰─────┴───────╯
|
|
||||||
|
|
||||||
rwx_forge_marc [
|
|
||||||
fontcolor="#8080FF"
|
|
||||||
label="Marc"
|
|
||||||
URL="https://forge.rwx.work/marc.beninca"
|
|
||||||
]
|
|
||||||
|
|
||||||
rwx_forge_marc -> rwx_forge
|
|
||||||
|
|
||||||
# ╭─────┬──────╮
|
# ╭─────┬──────╮
|
||||||
# │ RWX │ Help │
|
# │ RWX │ Help │
|
||||||
# ╰─────┴──────╯
|
# ╰─────┴──────╯
|
||||||
|
@ -284,11 +266,8 @@ rwx_todo_subdomain [label="Subdomain"]
|
||||||
# │ WIP │
|
# │ WIP │
|
||||||
# ╰─────╯
|
# ╰─────╯
|
||||||
|
|
||||||
node [
|
edge [color="#C0C000"]
|
||||||
fillcolor="#202020"
|
node [fillcolor="#606000"]
|
||||||
fontcolor="#FFFF00"
|
|
||||||
]
|
|
||||||
edge [color="#FFFF00"]
|
|
||||||
|
|
||||||
wip [label="Work In\nProgress"]
|
wip [label="Work In\nProgress"]
|
||||||
wip -> {
|
wip -> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue