This repository contains documentation for the Flight Project, a modern microservices-based system for managing flight bookings, notifications, authentication, and more.
- Comprehensive documentation for all services and APIs
- Modern UI with light/dark mode support
- Easy navigation and search
- Engineering problems and solutions
- Visual assets and diagrams
- Install MkDocs Material if you haven't already:
pip install mkdocs-material
- Run the documentation site locally:
mkdocs serve
- Open your browser at http://localhost:8000
docs/— All markdown documentation and assetsmkdocs.yml— MkDocs configuration file.gitignore— Standard ignores for Python, VS Code, and docs
Feel free to open issues or submit pull requests to improve the documentation.
MIT