Files
pos-system/docs
Ho Ngoc Hai d92cfb3bf3 Add Promtail service to Docker Compose and update Loki configuration
- Introduced a new Promtail service in `docker-compose.observability.yml` for log collection.
- Configured Promtail with necessary volumes and command for log processing.
- Updated `loki-config.yml` to include `allow_structured_metadata` setting for enhanced metadata handling.
2025-12-27 10:47:35 +07:00
..
2025-12-27 01:31:10 +07:00

Documentation

This directory contains documentation for the GoodGo Microservices Platform, organized by language.

Structure

docs/
├── en/          # English documentation
│   ├── api/
│   ├── architecture/
│   ├── guides/
│   ├── onboarding/
│   └── runbooks/
├── vi/          # Vietnamese documentation (Tiếng Việt)
│   ├── api/
│   ├── architecture/
│   ├── guides/
│   ├── onboarding/
│   └── runbooks/
└── README.md     # This file

Available Documentation

English (/en)

  • API: OpenAPI specifications
  • Architecture: System design and service communication patterns
  • Guides: Development, deployment, getting started, troubleshooting
  • Onboarding: New developer guide
  • Runbooks: Incident response and rollback procedures

Vietnamese (/vi)

  • API: OpenAPI specifications
  • Architecture: Thiết kế hệ thống và các mẫu giao tiếp service
  • Guides: Development, deployment, bắt đầu, xử lý sự cố
  • Onboarding: Hướng dẫn cho developer mới
  • Runbooks: Phản ứng sự cố và quy trình rollback

Contributing

When adding new documentation:

  1. Add the English version to /en
  2. Add the Vietnamese translation to /vi
  3. Keep both versions in sync