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 │
|
||||
# ╰────────╯
|
||||
|
||||
node [
|
||||
fillcolor="#202020"
|
||||
fontcolor="#008000"
|
||||
]
|
||||
edge [color="#008000"]
|
||||
edge [color="#208020"]
|
||||
node [fillcolor="#204020"]
|
||||
|
||||
devops_dev_test -> devops_ops_release
|
||||
devops_ops_monitor -> devops_dev_plan
|
||||
|
@ -73,11 +70,8 @@ devops_ops_release -> devops_ops_deploy -> devops_ops_operate -> devops_ops_moni
|
|||
# │ Projects │
|
||||
# ╰──────────╯
|
||||
|
||||
node [
|
||||
fillcolor="#202020"
|
||||
fontcolor="#6060FF"
|
||||
]
|
||||
edge [color="#6060FF"]
|
||||
edge [color="#208080"]
|
||||
node [fillcolor="#205050"]
|
||||
|
||||
rwx_forge -> devops_dev_code
|
||||
rwx_todo -> devops_dev_plan
|
||||
|
@ -169,11 +163,14 @@ rwx_todo -> rwx_rwx
|
|||
# │ Parts │
|
||||
# ╰───────╯
|
||||
|
||||
node [
|
||||
fillcolor="#202020"
|
||||
fontcolor="#6060FF"
|
||||
edge [color="#4040FF"]
|
||||
node [fillcolor="#404080"]
|
||||
|
||||
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"]
|
||||
|
@ -199,28 +196,13 @@ rwx_spcd_shell [label="Shell"]
|
|||
# │ Tasks │
|
||||
# ╰───────╯
|
||||
|
||||
node [
|
||||
fillcolor="#202020"
|
||||
fontcolor="#FF0000"
|
||||
]
|
||||
edge [color="#FF0000"]
|
||||
edge [color="#E00000"]
|
||||
node [fillcolor="#A00000"]
|
||||
|
||||
{
|
||||
rwx_rwx_dev [label="Proper\ndev branch"]
|
||||
} -> 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 │
|
||||
# ╰─────┴──────╯
|
||||
|
@ -284,11 +266,8 @@ rwx_todo_subdomain [label="Subdomain"]
|
|||
# │ WIP │
|
||||
# ╰─────╯
|
||||
|
||||
node [
|
||||
fillcolor="#202020"
|
||||
fontcolor="#FFFF00"
|
||||
]
|
||||
edge [color="#FFFF00"]
|
||||
edge [color="#C0C000"]
|
||||
node [fillcolor="#606000"]
|
||||
|
||||
wip [label="Work In\nProgress"]
|
||||
wip -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue