veza/veza-docs/vision/sidebars.js

220 lines
5.7 KiB
JavaScript

/**
* @type {import('@docusaurus/plugin-content-docs').SidebarsConfig}
* Sidebar généré automatiquement pour vision
*
* Généré le: 2025-09-06T14:34:35.378Z
*/
const sidebars = {
visionSidebar: [
{
"type": "doc",
"id": "overview"
},
{
"type": "category",
"label": "⚙️ Backend",
"items": [
{
"type": "doc",
"id": "backend/readme-arch",
"label": "🏗️ ARCHITECTURE CIBLE - VEZA PLATFORM"
},
{
"type": "doc",
"id": "backend/readme-development",
"label": "Readme Development"
},
{
"type": "doc",
"id": "backend/readme-final",
"label": "🎵 Veza Platform - Application Complète et Finalisée"
},
{
"type": "doc",
"id": "backend/readme",
"label": "Readme"
},
{
"type": "doc",
"id": "backend/0001-record-architecture-decisions",
"label": "0001 Record Architecture Decisions"
},
{
"type": "doc",
"id": "backend/algorithmic-features-replacement",
"label": "🔄 REMPLACEMENT IA → ALGORITHMES CPU-LIGHT"
},
{
"type": "doc",
"id": "backend/audit-completion-report",
"label": "🎯 Rapport de Completion - Audit Veza Platform"
},
{
"type": "doc",
"id": "backend/audit-initial",
"label": "AUDIT INITIAL - VEZA BACKEND ARCHITECTURE"
},
{
"type": "doc",
"id": "backend/contributing",
"label": "🤝 Guide de Contribution - Veza Platform"
},
{
"type": "doc",
"id": "backend/cursor-todo",
"label": "🎯 CURSOR TODO - Veza Platform"
},
{
"type": "doc",
"id": "backend/development-guide",
"label": "🚀 GUIDE DE DÉVELOPPEMENT - VEZA PLATFORM"
},
{
"type": "doc",
"id": "backend/development-strategy",
"label": "🎯 STRATÉGIE DE DÉVELOPPEMENT - VEZA PLATFORM"
},
{
"type": "doc",
"id": "backend/figma-ready",
"label": "🚀 Veza Platform - Prêt pour Figma"
},
{
"type": "doc",
"id": "backend/implementation-guidelines",
"label": "🔧 GUIDELINES D'IMPLÉMENTATION - VEZA BACKEND"
},
{
"type": "doc",
"id": "backend/implementation-synthesis",
"label": "🚀 SYNTHÈSE DE L'IMPLÉMENTATION VEZA"
},
{
"type": "doc",
"id": "backend/innovation-backlog",
"label": "🚀 INNOVATION BACKLOG - VEZA PLATFORM"
},
{
"type": "doc",
"id": "backend/local-deployment-guide",
"label": "Guide de Déploiement Local - Veza Platform"
},
{
"type": "doc",
"id": "backend/phase4-summary",
"label": "Phase 4: Fonctionnalités Avancées et IA - Résumé Complet"
},
{
"type": "doc",
"id": "backend/phase6-summary",
"label": "Phase 6: Performance, Scalabilité et Fonctionnalités Avancées - Résumé"
},
{
"type": "doc",
"id": "backend/phase7-summary",
"label": "Phase 7: Production Ready and Optimization - Résumé Complet"
},
{
"type": "doc",
"id": "backend/phase8-summary",
"label": "Phase 8 - Production Deployment (Cloud-Native Auto-Hébergé)"
},
{
"type": "doc",
"id": "backend/platform-ai-environment-completion-report",
"label": "🚀 Rapport de Completion - Environnement de Développement Assisté par IA"
},
{
"type": "doc",
"id": "backend/rapport-analyse-complete",
"label": "📊 RAPPORT ULTRA-DÉTAILLÉ - ÉTAT ACTUEL DE L'APPLICATION WEB VEZA"
},
{
"type": "doc",
"id": "backend/roadmap-detailed",
"label": "🗺️ ROADMAP DÉTAILLÉE - VEZA BACKEND TRANSFORMATION"
},
{
"type": "doc",
"id": "backend/security",
"label": "🔒 Politique de Sécurité - Veza Platform"
},
{
"type": "doc",
"id": "backend/to-do-list",
"label": "TO_DO_LIST.md"
},
{
"type": "doc",
"id": "backend/todo-implementation",
"label": "🚀 TODO LIST ULTRA COMPLÈTE - IMPLÉMENTATION VEZA PLATFORM"
},
{
"type": "doc",
"id": "backend/ui-plan",
"label": "🎨 Plan UI Complet - Veza Platform"
},
{
"type": "doc",
"id": "backend/ux-plan",
"label": "🎵 Plan UX Complet - Veza Platform"
},
{
"type": "doc",
"id": "backend/veza-flow",
"label": "Veza Flow"
},
{
"type": "doc",
"id": "backend/veza-ultimate-board",
"label": "🚀 VEZA ULTIMATE - FEATURE BOARD"
},
{
"type": "doc",
"id": "backend/weekly-2024-w03",
"label": "📊 Rapport Hebdomadaire - Semaine 2024-W03"
}
]
},
{
"type": "category",
"label": "🎨 Frontend",
"items": [
{
"type": "doc",
"id": "frontend/readme",
"label": "Readme"
},
{
"type": "doc",
"id": "frontend/design-system-summary",
"label": "🎨 Design System Veza - Résumé Complet"
},
{
"type": "doc",
"id": "frontend/design-system",
"label": "🎨 Design System Veza Platform"
}
]
},
{
"type": "category",
"label": "📁 Divers",
"items": [
{
"type": "doc",
"id": "misc/figma-components",
"label": "🧩 Composants Figma - Veza Platform"
},
{
"type": "doc",
"id": "misc/template",
"label": "Template"
}
]
}
]
};
module.exports = sidebars;