fix: address santa-loop review findings (round 2)

Stage and commit remaining 4 title renames that were left as
unstaged working-tree changes:
- API.md: Languard Server Manager → Languard Servers Manager
- DATABASE.md: Languard Server Manager → Languard Servers Manager
- MODULES.md: Languard Server Manager → Languard Servers Manager
- THREADING.md: Languard Server Manager → Languard Servers Manager
This commit is contained in:
Khoa (Revenovich) Tran Gia
2026-04-16 14:08:44 +07:00
parent a60b94c20c
commit 2c72e45b5f
4 changed files with 4 additions and 4 deletions

2
API.md
View File

@@ -1,4 +1,4 @@
# Languard Server Manager — API Contract
# Languard Servers Manager — API Contract
## Base URL
```

View File

@@ -1,4 +1,4 @@
# Languard Server Manager — Database Design
# Languard Servers Manager — Database Design
## Engine
- **SQLite** via `SQLAlchemy Core` (sync for all access — routes and threads)

View File

@@ -1,4 +1,4 @@
# Languard Server Manager — Python Module Breakdown
# Languard Servers Manager — Python Module Breakdown
## Project Structure

View File

@@ -1,4 +1,4 @@
# Languard Server Manager — Threading & Concurrency Design
# Languard Servers Manager — Threading & Concurrency Design
## Overview