Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.02 KB

File metadata and controls

36 lines (27 loc) · 1.02 KB

Flight Project Docs

Flight Banner

This repository contains documentation for the Flight Project, a modern microservices-based system for managing flight bookings, notifications, authentication, and more.

Features

  • 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

Getting Started

  1. Install MkDocs Material if you haven't already:
    pip install mkdocs-material
  2. Run the documentation site locally:
    mkdocs serve
  3. Open your browser at http://localhost:8000

Folder Structure

  • docs/ — All markdown documentation and assets
  • mkdocs.yml — MkDocs configuration file
  • .gitignore — Standard ignores for Python, VS Code, and docs

Contributing

Feel free to open issues or submit pull requests to improve the documentation.

License

MIT