Skip to content

Commit 347b81d

Browse files
authored
fix: align ASCII diagram borders in GLOSSARY.md and NETWORK_SEGMENTATION.md (#73)
- Fix Redis cluster diagram alignment in GLOSSARY.md - Fix DATA NETWORK box border alignment in NETWORK_SEGMENTATION.md - Fix OBSERVABILITY NETWORK box border alignment in NETWORK_SEGMENTATION.md
1 parent 2fe03fb commit 347b81d

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

docs/GLOSSARY.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,17 @@ Multiple Redis nodes working together to provide:
161161

162162
DevStack runs 3 Redis nodes:
163163
```
164-
┌─────────────────────────────────────────────────────┐
165-
│ Redis Cluster │
166-
│ ┌───────────┐ ┌───────────┐ ┌───────────┐ │
167-
│ │ redis-1 │ │ redis-2 │ │ redis-3 │ │
168-
│ │ :6379 │ │ :6380 │ │ :6381 │ │
169-
│ │ slots │ │ slots │ │ slots │ │
170-
│ │ 0-5460 │ │ 5461-10922│ │10923-16383│ │
171-
│ └───────────┘ └───────────┘ └───────────┘ │
172-
└─────────────────────────────────────────────────────┘
164+
┌───────────────────────────────────────────────────────────┐
165+
│ Redis Cluster │
166+
│ │
167+
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
168+
│ │ redis-1 │ │ redis-2 │ │ redis-3 │ │
169+
│ │ :6379 │ │ :6380 │ │ :6381 │ │
170+
│ │ slots │ │ slots │ │ slots │ │
171+
│ │ 0-5460 │ │ 5461-10922 │ │ 10923-16383 │ │
172+
│ └─────────────┘ └─────────────┘ └─────────────┘ │
173+
│ │
174+
└───────────────────────────────────────────────────────────┘
173175
```
174176

175177
### Hash Slots

docs/NETWORK_SEGMENTATION.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ DevStack Core implements **4-tier network segmentation** to provide logical isol
6969
│ │ PostgreSQL │ │ MySQL │ │ MongoDB │ │ Redis x3 │ │
7070
│ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │
7171
│ │
72-
│ ┌────────────┐
73-
│ │ RabbitMQ │
74-
│ └────────────┘
72+
│ ┌────────────┐ │
73+
│ │ RabbitMQ │ │
74+
│ └────────────┘ │
7575
│ │
7676
└───────────────────────────────────────────────────────────────────────────┘
7777
@@ -96,9 +96,9 @@ DevStack Core implements **4-tier network segmentation** to provide logical isol
9696
│ │ Prometheus │ │ Grafana │ │ Loki │ │ Vector │ │
9797
│ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │
9898
│ │
99-
│ ┌────────────┐
100-
│ │ cAdvisor │
101-
│ └────────────┘
99+
│ ┌────────────┐ │
100+
│ │ cAdvisor │ │
101+
│ └────────────┘ │
102102
│ │
103103
└───────────────────────────────────────────────────────────────────────────┘
104104
```

0 commit comments

Comments
 (0)