From 5fc7d4cd00599b04bf86de80e4d4522481705214 Mon Sep 17 00:00:00 2001 From: Logan Blyth Date: Fri, 31 Jul 2026 11:06:38 -0400 Subject: [PATCH] fix: mermaid rendering bug Signed-off-by: Logan Blyth --- docs/vlab/demo.md | 16 +++++++-------- docs/vlab/running.md | 40 ++++++++++++++++++------------------- docs/vlab/virt-externals.md | 18 ++++++++--------- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/docs/vlab/demo.md b/docs/vlab/demo.md index efc941c7..7f5a5acb 100644 --- a/docs/vlab/demo.md +++ b/docs/vlab/demo.md @@ -26,26 +26,26 @@ classDef legendBox fill:white,stroke:#999,stroke-width:1px,color:#000 %% Network diagram subgraph Gateways[" "] - direction LR + %%direction LR Gateway_1["gateway-1"] end subgraph Spines[" "] - direction LR + %%direction LR subgraph Spine_01_Group [" "] - direction TB + %%direction TB Spine_01["spine-01
spine"] end subgraph Spine_02_Group [" "] - direction TB + %%direction TB Spine_02["spine-02
spine"] end end subgraph Leaves[" "] - direction LR + %%direction LR subgraph Eslag_1 ["eslag-1"] - direction LR + %%direction LR Leaf_01["leaf-01
server-leaf"] Leaf_02["leaf-02
server-leaf"] end @@ -54,7 +54,7 @@ subgraph Leaves[" "] end subgraph Servers[" "] - direction TB + %%direction TB Server_03["server-03"] Server_01["server-01"] Server_02["server-02"] @@ -96,7 +96,7 @@ Leaf_03 ---|"enp2s1↔E1/1"| Server_05 %% External connections subgraph Legend["Network Connection Types"] - direction LR + %%direction LR %% Create invisible nodes for the start and end of each line L1(( )) --- |"Fabric Links"| L2(( )) L5(( )) --- |"Bundled Server Links (x2)"| L6(( )) diff --git a/docs/vlab/running.md b/docs/vlab/running.md index 25dbde9e..a4a038e8 100644 --- a/docs/vlab/running.md +++ b/docs/vlab/running.md @@ -55,27 +55,27 @@ classDef legendBox fill:white,stroke:#999,stroke-width:1px,color:#000 %% Network diagram subgraph Gateways[" "] - direction LR + %%direction LR Gateway_1["gateway-1"] Gateway_2["gateway-2"] end subgraph Spines[" "] - direction LR + %%direction LR subgraph Spine_01_Group [" "] - direction TB + %%direction TB Spine_01["spine-01
spine"] end subgraph Spine_02_Group [" "] - direction TB + %%direction TB Spine_02["spine-02
spine"] end end subgraph Leaves[" "] - direction LR + %%direction LR subgraph Eslag_1 ["eslag-1"] - direction LR + %%direction LR Leaf_01["leaf-01
server-leaf"] Leaf_02["leaf-02
server-leaf"] end @@ -84,7 +84,7 @@ subgraph Leaves[" "] end subgraph Servers[" "] - direction TB + %%direction TB Server_03["server-03"] Server_01["server-01"] Server_02["server-02"] @@ -128,7 +128,7 @@ Leaf_03 ---|"enp2s1↔E1/1"| Server_05 %% External connections subgraph Legend["Network Connection Types"] - direction LR + %%direction LR %% Create invisible nodes for the start and end of each line L1(( )) --- |"Fabric Links"| L2(( )) L5(( )) --- |"Bundled Server Links (x2)"| L6(( )) @@ -209,15 +209,15 @@ classDef legendBox fill:white,stroke:#999,stroke-width:1px,color:#000 %% Network diagram subgraph Gateways[" "] - direction LR + %%direction LR Gateway_1["gateway-1"] Gateway_2["gateway-2"] end subgraph Leaves[" "] - direction LR + %%direction LR subgraph Eslag_1 ["eslag-1"] - direction LR + %%direction LR Leaf_02["leaf-02
server-leaf"] Leaf_01["leaf-01
server-leaf"] end @@ -226,7 +226,7 @@ subgraph Leaves[" "] end subgraph Servers[" "] - direction TB + %%direction TB Server_04["server-04"] Server_01["server-01"] Server_02["server-02"] @@ -263,7 +263,7 @@ Leaf_01 ---|"E1/5↔E1/7
E1/4↔E1/6"| Leaf_03 %% External connections subgraph Legend["Network Connection Types"] - direction LR + %%direction LR %% Create invisible nodes for the start and end of each line L15(( )) --- |"Mesh Links"| L16(( )) L5(( )) --- |"Bundled Server Links (x2)"| L6(( )) @@ -343,22 +343,22 @@ classDef legendBox fill:white,stroke:#999,stroke-width:1px,color:#000 %% Network diagram subgraph Gateways[" "] - direction LR + %%direction LR Gateway_1["gateway-1"] end subgraph Spines[" "] - direction LR + %%direction LR subgraph Spine_01_Group [" "] - direction TB + %%direction TB Spine_01["spine-01
spine"] end end subgraph Leaves[" "] - direction LR + %%direction LR subgraph Eslag_1 ["eslag-1"] - direction LR + %%direction LR Leaf_01["leaf-01
server-leaf"] Leaf_02["leaf-02
server-leaf"] end @@ -366,7 +366,7 @@ subgraph Leaves[" "] end subgraph Servers[" "] - direction TB + %%direction TB Server_02["server-02"] Server_01["server-01"] end @@ -391,7 +391,7 @@ Leaf_02 ---|"enp2s2↔E1/1"| Server_01 %% External connections subgraph Legend["Network Connection Types"] - direction LR + %%direction LR %% Create invisible nodes for the start and end of each line L1(( )) --- |"Fabric Links"| L2(( )) L7(( )) --- |"Unbundled Server Links"| L8(( )) diff --git a/docs/vlab/virt-externals.md b/docs/vlab/virt-externals.md index d26b0df7..b650e0d5 100644 --- a/docs/vlab/virt-externals.md +++ b/docs/vlab/virt-externals.md @@ -64,31 +64,31 @@ classDef legendBox fill:white,stroke:#999,stroke-width:1px,color:#000 %% Network diagram subgraph Gateways[" "] - direction LR + %%direction LR Gateway_1["gateway-1"] end subgraph Spines[" "] - direction LR + %%direction LR subgraph Spine_01_Group [" "] - direction TB + %%direction TB Spine_01["spine-01
spine"] end subgraph Spine_02_Group [" "] - direction TB + %%direction TB Spine_02["spine-02
spine"] end end subgraph ExternalsRight[" "] - direction TB + %%direction TB External_01["external-01"] end subgraph Leaves[" "] - direction LR + %%direction LR subgraph Eslag_1 ["eslag-1"] - direction LR + %%direction LR Leaf_01["leaf-01
server-leaf"] Leaf_02["leaf-02
server-leaf"] end @@ -97,7 +97,7 @@ subgraph Leaves[" "] end subgraph Servers[" "] - direction TB + %%direction TB Server_03["server-03"] Server_01["server-01"] Server_02["server-02"] @@ -140,7 +140,7 @@ Leaf_03 --- Server_05 Leaf_03 --- External_01 subgraph Legend["Network Connection Types"] - direction LR + %%direction LR %% Create invisible nodes for the start and end of each line L1(( )) --- |"Fabric Links"| L2(( )) L5(( )) --- |"Bundled Server Links (x2)"| L6(( ))