The backend documentation is organized into clear, logical sections.

📁 Directory Structure

backend/
├── 01-getting-started/   # Project overview and setup
├── 02-architecture/      # Design patterns and system architecture
├── 03-api/               # API endpoints and GraphQL workflow
├── 04-modules/           # Business domain modules
├── 05-infrastructure/    # Database, messaging, and observability
├── 06-development/       # Standards, validation, and naming
└── 07-guides/            # Step-by-step integration guides

🎯 Key Features

Numbered Sections

Sections are prefixed with numbers (01-, 02-, etc.) to maintain logical ordering and automatic sorting in the navigation.

Category Index Pages

Each section contains an index.md that provides an overview of the category and links to all documents within it.

Mintlify Integration

The structure is designed to work seamlessly with Mintlify content collections, using frontmatter for metadata and relative paths for layouts.