Skip to content

Commit 747986d

Browse files
authored
docs: Refactor architecture section in README
Updated architecture section to use details summary format and removed redundant text.
1 parent deb6b7e commit 747986d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,15 @@ open http://localhost:3333/api-docs
197197

198198
---
199199

200+
200201
## 03 · Architecture
201202

202203
This API follows a **modular monolith** architecture with the following modules:
203204

205+
<details>
206+
<summary><kbd>▶ See details (click to expand)</kbd></summary>
207+
208+
204209
```
205210
┌─────────────────────────────────────────────────────────────────────────────┐
206211
│ MODULE │ RESPONSIBILITY │
@@ -228,9 +233,7 @@ This API follows a **modular monolith** architecture with the following modules:
228233
│ tournaments │ ArenaBR double-elimination tournament management │
229234
└─────────────────────┴───────────────────────────────────────────────────────┘
230235
```
231-
### Architecture
232-
233-
This API follows a modular monolith architecture with the following modules:
236+
</details>
234237

235238
- `authentication` - User authentication and authorization
236239
- `dashboard` - Dashboard statistics and metrics

0 commit comments

Comments
 (0)