Documentation Index
This directory contains comprehensive documentation for the mkt-facebook-service-net service.
Language-Specific Documentation
Documentation is available in both English and Vietnamese:
English Documentation (docs/en/)
- README.md - Service overview and quick start
- ARCHITECTURE.md - System architecture and domain model
- API.md - Complete API reference
- FACEBOOK_SETUP.md - Facebook Messenger Platform setup guide
- AI_CHATBOT.md - AI chatbot configuration guide
Vietnamese Documentation (docs/vi// Tài Liệu Tiếng Việt)
- README.md - Tổng quan dịch vụ và bắt đầu nhanh
- ARCHITECTURE.md - Kiến trúc hệ thống và domain model
- API.md - Tài liệu API đầy đủ
- FACEBOOK_SETUP.md - Hướng dẫn thiết lập Facebook Messenger Platform
- AI_CHATBOT.md - Hướng dẫn cấu hình AI chatbot
Quick Links
For Developers
- Start with README.md for project overview
- Review ARCHITECTURE.md for system design
- Follow Facebook Setup Guide to configure integration
- Check API Documentation for endpoint details
Cho Developers
- Bắt đầu với README.md để có cái nhìn tổng quan
- Xem ARCHITECTURE.md để hiểu thiết kế hệ thống
- Làm theo Hướng Dẫn Setup Facebook để cấu hình tích hợp
- Kiểm tra Tài Liệu API để biết chi tiết endpoints
Documentation Structure
docs/
├── README.md # This index file
├── en/ # English documentation
│ ├── README.md
│ ├── ARCHITECTURE.md
│ ├── API.md
│ ├── FACEBOOK_SETUP.md
│ └── AI_CHATBOT.md
└── vi/ # Vietnamese documentation
├── README.md
├── ARCHITECTURE.md
├── API.md
├── FACEBOOK_SETUP.md
└── AI_CHATBOT.md
Contributing to Documentation
When updating documentation:
- Update both English and Vietnamese versions
- Keep content synchronized between languages
- Follow the Documentation Guidelines
- Test all code examples and commands
- Verify all links work correctly