Files
pos-system/services/mkt-facebook-service-net/docs

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/)

Vietnamese Documentation (docs/vi// Tài Liệu Tiếng Việt)

For Developers

  1. Start with README.md for project overview
  2. Review ARCHITECTURE.md for system design
  3. Follow Facebook Setup Guide to configure integration
  4. Check API Documentation for endpoint details

Cho Developers

  1. Bắt đầu với README.md để có cái nhìn tổng quan
  2. Xem ARCHITECTURE.md để hiểu thiết kế hệ thống
  3. Làm theo Hướng Dẫn Setup Facebook để cấu hình tích hợp
  4. 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:

  1. Update both English and Vietnamese versions
  2. Keep content synchronized between languages
  3. Follow the Documentation Guidelines
  4. Test all code examples and commands
  5. Verify all links work correctly