# Documentation Index Welcome to the Market Data Service documentation. This index helps you find the right guide for your needs. ## 📖 Documentation Guide ### Getting Started - **[Main README](../README.md)** - Project overview, features, and quick start - **[Local Development Setup](./LOCAL_DEV_SETUP.md)** - Complete guide for local development with MT5 EA - **[Production Deployment](./DEPLOYMENT.md)** - Production deployment with containerized SSL certificates ### Configuration & Setup - **[Configuration Guide](./CONFIGURATION.md)** - Environment variables and configuration options - **[Docker Guide](../DOCKER.md)** - Docker containerization details and usage ### API & Integration - **[API Contract](./API_CONTRACT.md)** - Complete API endpoint specifications - **[MT5 Operation](./MT5_OPERATION.md)** - MT5 Expert Advisor configuration and operation ### Reference - **[Archive](./ARCHIVE/)** - Historical documentation and reports ## 🚀 Quick Navigation ### I want to... **Set up local development:** → [LOCAL_DEV_SETUP.md](./LOCAL_DEV_SETUP.md) **Deploy to production:** → [DEPLOYMENT.md](./DEPLOYMENT.md) **Configure environment variables:** → [CONFIGURATION.md](./CONFIGURATION.md) **Use Docker:** → [DOCKER.md](../DOCKER.md) **Understand the API:** → [API_CONTRACT.md](./API_CONTRACT.md) **Configure MT5 EA:** → [MT5_OPERATION.md](./MT5_OPERATION.md) ## 📁 Documentation Structure ``` docs/ ├── README.md # This file - documentation index ├── LOCAL_DEV_SETUP.md # Local development guide ├── DEPLOYMENT.md # Production deployment guide ├── CONFIGURATION.md # Configuration guide ├── API_CONTRACT.md # API specifications ├── MT5_OPERATION.md # MT5 EA guide └── ARCHIVE/ # Historical documentation └── PRODUCTION_READINESS_REPORT.md ``` ## 🔗 External Links - [Docker Documentation](https://docs.docker.com/) - [Let's Encrypt Documentation](https://letsencrypt.org/docs/) - [Nginx Documentation](https://nginx.org/en/docs/) - [PostgreSQL Documentation](https://www.postgresql.org/docs/)