refactor: Rename Vietnamese architecture and Twitter setup documentation files and update all relevant links.

This commit is contained in:
Ho Ngoc Hai
2026-01-18 23:22:44 +07:00
parent 497212c2df
commit de013ce183
4 changed files with 8 additions and 8 deletions

View File

@@ -124,7 +124,7 @@ dotnet run --project src/MktXService.API
## Documentation
> **EN**: [English Documentation](docs/en/README.md)
> **VI**: [Tài liu Tiếng Việt](docs/vi/README.md)
> **VI**: [Tài liu Tiếng Việt](docs/vi/README.md)
### English Documentation
@@ -134,9 +134,9 @@ dotnet run --project src/MktXService.API
### Vietnamese Documentation
- **[Kiến Trúc](docs/vi/KIEN-TRUC.md)** - Kiến trúc hệ thống và mô hình domain
- **[Kiến Trúc](docs/vi/ARCHITECTURE.md)** - Kiến trúc hệ thống và mô hình domain
- **[Tài Liệu API](docs/vi/API.md)** - Tài liệu API đầy đủ với ví dụ
- **[Hướng Dẫn Thiết Lập Twitter](docs/vi/CAI-DAT-TWITTER.md)** - Hướng dẫn thiết lập Twitter API từng bước
- **[Hướng Dẫn Thiết Lập Twitter](docs/vi/TWITTER_SETUP.md)** - Hướng dẫn thiết lập Twitter API từng bước
---

View File

@@ -114,9 +114,9 @@ dotnet run --project src/MktXService.API
### Tài Liệu Tiếng Việt
- **[Kiến Trúc](KIEN-TRUC.md)** - Kiến trúc hệ thống và mô hình domain
- **[Kiến Trúc](ARCHITECTURE.md)** - Kiến trúc hệ thống và mô hình domain
- **[Tài Liệu API](API.md)** - Tài liệu API đầy đủ với ví dụ
- **[Hướng Dẫn Thiết Lập Twitter](CAI-DAT-TWITTER.md)** - Hướng dẫn thiết lập Twitter API từng bước
- **[Hướng Dẫn Thiết Lập Twitter](TWITTER_SETUP.md)** - Hướng dẫn thiết lập Twitter API từng bước
### English Documentation
@@ -248,7 +248,7 @@ docker-compose -f deployments/local/docker-compose.yml logs -f mkt-x-service-net
- **Repository Pattern** cho truy cập dữ liệu
- **Event-Driven** với RabbitMQ
**Chi tiết**: Xem [KIEN-TRUC.md](KIEN-TRUC.md)
**Chi tiết**: Xem [ARCHITECTURE.md](ARCHITECTURE.md)
---
@@ -335,7 +335,7 @@ Structured logging với Serilog, gửi đến Loki:
- Đảm bảo firewall cho phép inbound traffic
- Xem xét webhook signature validation
**Chi tiết**: Xem [CAI-DAT-TWITTER.md](CAI-DAT-TWITTER.md)
**Chi tiết**: Xem [TWITTER_SETUP.md](TWITTER_SETUP.md)
---
@@ -380,7 +380,7 @@ Xem [GoodGo Contributing Guide](../../docs/CONTRIBUTING.md)
- **Vấn Đề Tài Liệu**: Mở issue trên GitHub
- **Hỗ Trợ API**: api-support@goodgo.com
- **Tích Hợp Twitter**: Xem [CAI-DAT-TWITTER.md](CAI-DAT-TWITTER.md)
- **Tích Hợp Twitter**: Xem [TWITTER_SETUP.md](TWITTER_SETUP.md)
---