Skip to content

Commit 2fe03fb

Browse files
authored
fix: align ASCII diagram in GETTING_STARTED.md (#72)
- Uniform 12-char wide service boxes with centered text - Consistent 77-char outer border width - Proper 2-space inner padding from borders - Added vertical spacing for visual clarity
1 parent 6612f97 commit 2fe03fb

1 file changed

Lines changed: 22 additions & 19 deletions

File tree

docs/GETTING_STARTED.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,28 @@
99
DevStack Core is a **local development infrastructure** that gives you production-like services on your Mac. Instead of installing databases and services individually, you get a complete stack with one command.
1010

1111
```
12-
┌─────────────────────────────────────────────────────────────────────┐
13-
│ Your Development Mac │
14-
│ ┌───────────────────────────────────────────────────────────────┐ │
15-
│ │ DevStack Core (Colima VM) │ │
16-
│ │ │ │
17-
│ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │
18-
│ │ │ Vault │ │Postgres │ │ MySQL │ │ MongoDB │ │ │
19-
│ │ │ Secrets │ │ DB │ │ DB │ │ DB │ │ │
20-
│ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ │
21-
│ │ │ │
22-
│ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │
23-
│ │ │ Redis │ │RabbitMQ │ │ Forgejo │ │ Grafana │ │ │
24-
│ │ │ Cluster │ │ Msgs │ │ Git │ │ Monitor │ │ │
25-
│ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ │
26-
│ └───────────────────────────────────────────────────────────────┘ │
27-
│ │
28-
│ Your App ──────────────────────────────────────────────────────▶ │
29-
│ connects to localhost ports (5432, 3306, 6379, etc.) │
30-
└─────────────────────────────────────────────────────────────────────┘
12+
┌─────────────────────────────────────────────────────────────────────────────┐
13+
│ Your Development Mac │
14+
│ │
15+
│ ┌───────────────────────────────────────────────────────────────────────┐ │
16+
│ │ DevStack Core (Colima VM) │ │
17+
│ │ │ │
18+
│ │ ┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐ │ │
19+
│ │ │ Vault │ │ PostgreSQL │ │ MySQL │ │ MongoDB │ │ │
20+
│ │ │ Secrets │ │ DB │ │ DB │ │ DB │ │ │
21+
│ │ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │ │
22+
│ │ │ │
23+
│ │ ┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐ │ │
24+
│ │ │ Redis │ │ RabbitMQ │ │ Forgejo │ │ Grafana │ │ │
25+
│ │ │ Cluster │ │ Messages │ │ Git │ │ Monitor │ │ │
26+
│ │ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │ │
27+
│ │ │ │
28+
│ └───────────────────────────────────────────────────────────────────────┘ │
29+
│ │
30+
│ Your App ────────────────────────────────────────────────────────────────▶ │
31+
│ connects to localhost ports (5432, 3306, 6379, etc.) │
32+
│ │
33+
└─────────────────────────────────────────────────────────────────────────────┘
3134
```
3235

3336
### What You Get

0 commit comments

Comments
 (0)