spelling: router

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:12:55 -04:00
parent 586b528a16
commit 2a12a64c06
3 changed files with 11 additions and 11 deletions

View File

@@ -208,13 +208,13 @@ describe('Flowchart ELK', () => {
`flowchart-elk TB `flowchart-elk TB
internet internet
nat nat
routeur router
lb1 lb1
lb2 lb2
compute1 compute1
compute2 compute2
subgraph project subgraph project
routeur router
nat nat
subgraph subnet1 subgraph subnet1
compute1 compute1
@@ -225,8 +225,8 @@ describe('Flowchart ELK', () => {
lb2 lb2
end end
end end
internet --> routeur internet --> router
routeur --> subnet1 & subnet2 router --> subnet1 & subnet2
subnet1 & subnet2 --> nat --> internet subnet1 & subnet2 --> nat --> internet
`, `,
{ htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' } { htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' }

View File

@@ -198,13 +198,13 @@ describe('Flowchart v2', () => {
`flowchart TB `flowchart TB
internet internet
nat nat
routeur router
lb1 lb1
lb2 lb2
compute1 compute1
compute2 compute2
subgraph project subgraph project
routeur router
nat nat
subgraph subnet1 subgraph subnet1
compute1 compute1
@@ -215,8 +215,8 @@ describe('Flowchart v2', () => {
lb2 lb2
end end
end end
internet --> routeur internet --> router
routeur --> subnet1 & subnet2 router --> subnet1 & subnet2
subnet1 & subnet2 --> nat --> internet subnet1 & subnet2 --> nat --> internet
`, `,
{ htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' } { htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' }

View File

@@ -61,9 +61,9 @@
#quot;elit#quot;."}} #quot;elit#quot;."}}
</div> </div>
<div class="mermaid2" style="width: 50%; height: 50%"> <div class="mermaid2" style="width: 50%; height: 50%">
flowchart TB internet nat routeur lb1 lb2 compute1 compute2 subgraph project routeur nat flowchart TB internet nat router lb1 lb2 compute1 compute2 subgraph project router nat
subgraph subnet1 compute1 lb1 end subgraph subnet2 compute2 lb2 end end internet --> routeur subgraph subnet1 compute1 lb1 end subgraph subnet2 compute2 lb2 end end internet --> router
routeur --> subnet1 & subnet2 subnet1 & subnet2 --> nat --> internet router --> subnet1 & subnet2 subnet1 & subnet2 --> nat --> internet
</div> </div>
<div class="mermaid2" style="width: 50%; height: 50%"> <div class="mermaid2" style="width: 50%; height: 50%">
flowchart TD subgraph one[One] subgraph sub_one[Sub One] _sub_one end end subgraph two[Two] flowchart TD subgraph one[One] subgraph sub_one[Sub One] _sub_one end end subgraph two[Two]