Skip to content

Commit e25fda4

Browse files
authored
Refactor headings in quick-reference.md
Updated headings by removing emoji and extra spaces for consistency.
1 parent 56316f2 commit e25fda4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Ždocs/quick-reference.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quick Architecture Reference
22

3-
## πŸ—οΈ High-Level Architecture
3+
## High-Level Architecture
44

55
```
66
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
@@ -40,7 +40,7 @@
4040
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
4141
```
4242

43-
## πŸ”§ Key Components
43+
## Key Components
4444

4545
| Component | Technology | Purpose |
4646
|-----------|------------|---------|
@@ -50,17 +50,17 @@
5050
| **Repositories** | pgx/v5 | Database abstraction layer |
5151
| **Database** | PostgreSQL | Data persistence (via Supabase) |
5252

53-
## πŸ“Š Data Flow
53+
## Data Flow
5454

5555
```
5656
Request β†’ Router β†’ Auth Middleware β†’ Handler β†’ Repository β†’ Database
5757
↓
5858
Response ← JSON ← Processing ← Query Result ← PostgreSQL
5959
```
6060

61-
## πŸš€ Deployment
61+
## Deployment
6262

6363
- **Platform**: Render/Heroku
6464
- **Database**: Supabase (PostgreSQL)
6565
- **Port**: Auto-detected (4445+ range)
66-
- **Health Check**: `GET /api/health`
66+
- **Health Check**: `GET /api/health`

0 commit comments

Comments
Β (0)