docs: consolidate navigation into 4 main sections

Reorganize mkdocs navigation from 14 top-level items to 4:

1. Home
2. Getting Started - Installation, quickstart, configuration
3. Documentation - All technical docs (Architecture, API, Backend,
   Frontend, Development, Migrations, Implementation, Testing,
   Deployment, Operations, Troubleshooting)
4. Business - Features, User Guides, Marketing

This provides a cleaner navigation experience with logical grouping
while keeping all content accessible through submenus.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-26 21:15:53 +01:00
parent 5b4f91974e
commit 292c66c623

View File

@@ -16,25 +16,27 @@ nav:
- Getting Started: - Getting Started:
- Installation: getting-started/installation.md - Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md - Quick Start: getting-started/quickstart.md
- Configuration: getting-started/configuration.md
- Database Setup: - Database Setup:
- Overview: getting-started/database-setup.md - Overview: getting-started/database-setup.md
- Complete Setup Guide: getting-started/database-setup-guide.md - Complete Setup Guide: getting-started/database-setup-guide.md
- Quick Reference: getting-started/database-quick-reference.md - Quick Reference: getting-started/database-quick-reference.md
- CMS Quick Start: getting-started/cms-quick-start.md - CMS Quick Start: getting-started/cms-quick-start.md
- Platform Homepage Quick Start: getting-started/platform-homepage-quick-start.md - Platform Homepage Quick Start: getting-started/platform-homepage-quick-start.md
- Configuration: getting-started/configuration.md
# ============================================ # ============================================
# ARCHITECTURE (System-wide concepts) # DOCUMENTATION (All Technical)
# ============================================ # ============================================
- Documentation:
# --- Architecture ---
- Architecture: - Architecture:
- Overview: architecture/overview.md - Overview: architecture/overview.md
- Marketplace Integration: architecture/marketplace-integration.md
- Architecture Patterns: architecture/architecture-patterns.md - Architecture Patterns: architecture/architecture-patterns.md
- Multi-Tenant System: architecture/multi-tenant.md
- Marketplace Integration: architecture/marketplace-integration.md
- Language & i18n: architecture/language-i18n.md - Language & i18n: architecture/language-i18n.md
- Money Handling: architecture/money-handling.md - Money Handling: architecture/money-handling.md
- Company-Vendor Management: architecture/company-vendor-management.md - Company-Vendor Management: architecture/company-vendor-management.md
- Multi-Tenant System: architecture/multi-tenant.md
- Middleware Stack: architecture/middleware.md - Middleware Stack: architecture/middleware.md
- Request Flow: architecture/request-flow.md - Request Flow: architecture/request-flow.md
- Authentication & RBAC: architecture/auth-rbac.md - Authentication & RBAC: architecture/auth-rbac.md
@@ -55,10 +57,8 @@ nav:
- URL Routing: - URL Routing:
- Overview: architecture/url-routing/overview.md - Overview: architecture/url-routing/overview.md
# ============================================ # --- API Reference ---
# API DOCUMENTATION (For API Consumers) - API Reference:
# ============================================
- API Documentation:
- Overview: api/index.md - Overview: api/index.md
- Shop API Reference: api/shop-api-reference.md - Shop API Reference: api/shop-api-reference.md
- Authentication: - Authentication:
@@ -71,10 +71,8 @@ nav:
- Error Handling: api/error-handling.md - Error Handling: api/error-handling.md
- Rate Limiting: api/rate-limiting.md - Rate Limiting: api/rate-limiting.md
# ============================================ # --- Backend ---
# BACKEND (Development Reference) - Backend:
# ============================================
- Backend Development:
- Overview: backend/overview.md - Overview: backend/overview.md
- Middleware Reference: backend/middleware-reference.md - Middleware Reference: backend/middleware-reference.md
- RBAC Quick Reference: backend/rbac-quick-reference.md - RBAC Quick Reference: backend/rbac-quick-reference.md
@@ -83,10 +81,8 @@ nav:
- Admin Integration Guide: backend/admin-integration-guide.md - Admin Integration Guide: backend/admin-integration-guide.md
- Admin Feature Integration: backend/admin-feature-integration.md - Admin Feature Integration: backend/admin-feature-integration.md
# ============================================ # --- Frontend ---
# FRONTEND (Development Reference) - Frontend:
# ============================================
- Frontend Development:
- Overview: frontend/overview.md - Overview: frontend/overview.md
- CDN Fallback Strategy: frontend/cdn-fallback-strategy.md - CDN Fallback Strategy: frontend/cdn-fallback-strategy.md
- Tailwind CSS Build: frontend/tailwind-css.md - Tailwind CSS Build: frontend/tailwind-css.md
@@ -113,9 +109,7 @@ nav:
- Authentication Pages: frontend/shop/authentication-pages.md - Authentication Pages: frontend/shop/authentication-pages.md
- Navigation Flow: frontend/shop/navigation-flow.md - Navigation Flow: frontend/shop/navigation-flow.md
# ============================================ # --- Development ---
# DEVELOPMENT (Shared Development Resources)
# ============================================
- Development: - Development:
- Contributing Guide: development/contributing.md - Contributing Guide: development/contributing.md
- Code Quality: development/code-quality.md - Code Quality: development/code-quality.md
@@ -129,6 +123,24 @@ nav:
- Customer Authentication: - Customer Authentication:
- Implementation Guide: development/customer-authentication-implementation.md - Implementation Guide: development/customer-authentication-implementation.md
- Quick Summary: development/customer-auth-summary.md - Quick Summary: development/customer-auth-summary.md
- Exception Handling: development/exception-handling.md
- Frontend Exception Handling: development/frontend-exception-handling.md
- Error Rendering:
- Developer Documentation: development/error-rendering/error-rendering-developer-documentation.md
- Flow Diagram: development/error-rendering/html-error-rendering-flow-diagram.md
- Environment Detection: development/environment-detection.md
- Database Seeder:
- Documentation: development/database-seeder/database-seeder-documentation.md
- Makefile Guide: development/database-seeder/makefile-database-seeder.md
- Init Guide: development/database-seeder/database-init-guide.md
- Quick Reference: development/database-seeder/database-quick-reference-guide.md
- Seed Scripts Audit: development/seed-scripts-audit.md
- PyCharm Setup:
- Make Configuration: development/pycharm-configuration-make.md
- Troubleshooting: development/troubleshooting.md
- Synology Repo: development/synology-github-repo.md
# --- Migrations & Implementation ---
- Migrations: - Migrations:
- Database Migrations: development/migration/database-migrations.md - Database Migrations: development/migration/database-migrations.md
- Language & i18n Implementation: development/migration/language-i18n-implementation.md - Language & i18n Implementation: development/migration/language-i18n-implementation.md
@@ -139,6 +151,7 @@ nav:
- Multi-Marketplace Product Architecture: development/migration/multi-marketplace-product-architecture.md - Multi-Marketplace Product Architecture: development/migration/multi-marketplace-product-architecture.md
- Product Migration Database Changes: development/migration/product-migration-database-changes.md - Product Migration Database Changes: development/migration/product-migration-database-changes.md
- Vendor Operations Expansion: development/migration/vendor-operations-expansion.md - Vendor Operations Expansion: development/migration/vendor-operations-expansion.md
- Implementation Plans: - Implementation Plans:
- Admin Inventory Management: implementation/inventory-admin-migration.md - Admin Inventory Management: implementation/inventory-admin-migration.md
- Admin Notification System: implementation/admin-notification-system.md - Admin Notification System: implementation/admin-notification-system.md
@@ -151,36 +164,15 @@ nav:
- Unified Order View: implementation/unified-order-view.md - Unified Order View: implementation/unified-order-view.md
- VAT Invoice Feature: implementation/vat-invoice-feature.md - VAT Invoice Feature: implementation/vat-invoice-feature.md
- OMS Feature Plan: implementation/oms-feature-plan.md - OMS Feature Plan: implementation/oms-feature-plan.md
- Seed Scripts Audit: development/seed-scripts-audit.md
- Database Seeder:
- Documentation: development/database-seeder/database-seeder-documentation.md
- Makefile Guide: development/database-seeder/makefile-database-seeder.md
- Init Guide: development/database-seeder/database-init-guide.md
- Quick Reference: development/database-seeder/database-quick-reference-guide.md
- Exception Handling: development/exception-handling.md
- Frontend Exception Handling: development/frontend-exception-handling.md
- Error Rendering:
- Developer Documentation: development/error-rendering/error-rendering-developer-documentation.md
- Flow Diagram: development/error-rendering/html-error-rendering-flow-diagram.md
- Environment Detection: development/environment-detection.md
- Contributing: development/contributing.md
- PyCharm Setup:
- Make Configuration: development/pycharm-configuration-make.md
- Troubleshooting: development/troubleshooting.md
- Synology Repo: development/synology-github-repo.md
# ============================================ # --- Testing ---
# TESTING
# ============================================
- Testing: - Testing:
- Testing Guide: testing/testing-guide.md - Testing Guide: testing/testing-guide.md
- Test Maintenance: testing/test-maintenance.md - Test Maintenance: testing/test-maintenance.md
- Test Structure: testing/test-structure.md - Test Structure: testing/test-structure.md
- Vendor API Testing: testing/vendor-api-testing.md - Vendor API Testing: testing/vendor-api-testing.md
# ============================================ # --- Deployment & Operations ---
# DEPLOYMENT
# ============================================
- Deployment: - Deployment:
- Overview: deployment/index.md - Overview: deployment/index.md
- Docker: deployment/docker.md - Docker: deployment/docker.md
@@ -188,17 +180,19 @@ nav:
- Environment Variables: deployment/environment.md - Environment Variables: deployment/environment.md
- Stripe Integration: deployment/stripe-integration.md - Stripe Integration: deployment/stripe-integration.md
# ============================================
# OPERATIONS (Platform Health & Monitoring)
# ============================================
- Operations: - Operations:
- Platform Health: operations/platform-health.md - Platform Health: operations/platform-health.md
- Capacity Monitoring: operations/capacity-monitoring.md - Capacity Monitoring: operations/capacity-monitoring.md
- Image Storage: operations/image-storage.md - Image Storage: operations/image-storage.md
- Troubleshooting:
- Shop Frontend: troubleshooting/shop-frontend.md
# ============================================ # ============================================
# FEATURES # BUSINESS (Features, Guides, Marketing)
# ============================================ # ============================================
- Business:
# --- Features ---
- Features: - Features:
- Content Management System: - Content Management System:
- Overview: features/content-management-system.md - Overview: features/content-management-system.md
@@ -207,9 +201,7 @@ nav:
- Vendor Landing Pages: features/vendor-landing-pages.md - Vendor Landing Pages: features/vendor-landing-pages.md
- Subscription & Billing: features/subscription-billing.md - Subscription & Billing: features/subscription-billing.md
# ============================================ # --- User Guides ---
# USER GUIDES
# ============================================
- User Guides: - User Guides:
- User Management: guides/user-management.md - User Management: guides/user-management.md
- Product Management: guides/product-management.md - Product Management: guides/product-management.md
@@ -222,15 +214,7 @@ nav:
- Order Integration: guides/letzshop-order-integration.md - Order Integration: guides/letzshop-order-integration.md
- Marketplace API: guides/letzshop-marketplace-api.md - Marketplace API: guides/letzshop-marketplace-api.md
# ============================================ # --- Marketing ---
# TROUBLESHOOTING
# ============================================
- Troubleshooting:
- Shop Frontend: troubleshooting/shop-frontend.md
# ============================================
# MARKETING (Business Development)
# ============================================
- Marketing: - Marketing:
- Overview: marketing/index.md - Overview: marketing/index.md
- Feature List & Roadmap: marketing/features.md - Feature List & Roadmap: marketing/features.md