From 3d5f7bcb369db36a685bc2c38497224be43e27ca Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 17 May 2025 13:17:49 +0200 Subject: [PATCH] help,incus --- index.gv | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/index.gv b/index.gv index a1a0abe..5084925 100644 --- a/index.gv +++ b/index.gv @@ -103,6 +103,12 @@ label="Forge" URL="https://forge.rwx.work" ] +rwx_help [ +fontcolor="#8080FF" +label="Help" +URL="https://help.rwx.work" +] + rwx_ilos [ fontcolor="#8080FF" label="ILOS:\nIncremental Live\nOperating System" @@ -129,12 +135,6 @@ label="PRJ:\nPRJ" URL="https://prj.rwx.work" ] -rwx_rtfd [ -fontcolor="#8080FF" -label="RTFD:\nRead The\nFancy Docs" -URL="https://rtfd.rwx.work" -] - subgraph cluster_rwx_rwx { label="RWX:\nRead Write eXecute" URL="https://rwx.rwx.work" @@ -177,6 +177,15 @@ URL="https://forge.rwx.work/marc.beninca" rwx_forge_marc -> rwx_forge +# ╭─────┬──────╮ +# │ RWX │ Help │ +# ╰─────┴──────╯ + +{ +rwx_help_forgejo [label="Forgejo"] +rwx_help_incus [label="Incus"] +} -> rwx_help + # ╭─────┬──────╮ # │ RWX │ ILOS │ # ╰─────┴──────╯ @@ -204,14 +213,6 @@ rwx_ofsp_python [label="Python"] rwx_ofsp_shell [label="Shell"] } -> rwx_ofsp -# ╭─────┬──────╮ -# │ RWX │ RTFD │ -# ╰─────┴──────╯ - -{ -rwx_rtfd_forgejo [label="Forgejo"] -} -> rwx_rtfd - # ╭─────┬─────┬────────╮ # │ RWX │ RWX │ Python │ # ╰─────┴─────┴────────╯