/** * @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} * Sidebar généré automatiquement pour current * * Généré le: 2025-09-06T14:34:35.329Z */ const sidebars = { currentSidebar: [ { "type": "doc", "id": "overview" }, { "type": "category", "label": "⚙️ Backend", "items": [ { "type": "doc", "id": "backend/readme-startup", "label": "🚀 Guide de démarrage de l'application Veza" }, { "type": "doc", "id": "backend/figma-preparation", "label": "🎨 Préparation Figma - Veza Platform" }, { "type": "doc", "id": "backend/phase-10-summary", "label": "Phase 10 - Finalisation et Optimisation" }, { "type": "doc", "id": "backend/phase2-summary", "label": "Phase 2 - Fonctionnalités de Base - Résumé" }, { "type": "doc", "id": "backend/phase3-progress", "label": "PHASE 3 Implementation Progress" }, { "type": "doc", "id": "backend/phase3-summary", "label": "Phase 3 - Fonctionnalités Avancées - Résumé" }, { "type": "doc", "id": "backend/phase5-summary", "label": "Phase 5 - Infrastructure et Déploiement - Résumé Complet" }, { "type": "doc", "id": "backend/phase9-summary", "label": "Phase 9 - Advanced Cloud-Native Features" }, { "type": "doc", "id": "backend/plugin-gateway-adr", "label": "ADR-001: Plugin Gateway Architecture" }, { "type": "doc", "id": "backend/release", "label": "Release" }, { "type": "doc", "id": "backend/test-report-20250721-224606", "label": "🚀 VEZA PLATFORM - RAPPORT DE TEST" }, { "type": "doc", "id": "backend/test-report-20250721-225018", "label": "🚀 VEZA PLATFORM - RAPPORT DE TEST" }, { "type": "doc", "id": "backend/test-report-20250721-225207", "label": "🚀 VEZA PLATFORM - RAPPORT DE TEST" }, { "type": "doc", "id": "backend/test-report-20250721-225248", "label": "🚀 VEZA PLATFORM - RAPPORT DE TEST" }, { "type": "doc", "id": "backend/veza-ui-refactor-summary", "label": "🎨 Veza Platform - Refonte UI/UX Complète" } ] }, { "type": "category", "label": "🦀 Rust", "items": [ { "type": "doc", "id": "rust/readme", "label": "Scripts de Base de Données" } ] }, { "type": "category", "label": "📁 Divers", "items": [ { "type": "doc", "id": "misc/figma-pages", "label": "📱 Pages Figma - Veza Platform" } ] } ] }; module.exports = sidebars;