docs: overhaul and expand technical documentation

Revamped the documentation structure and content to enhance usability and organization. Added detailed sections on architecture, pipeline, security, API reference, deployment steps, compliance, and supported modules. Introduced new visuals like cards, accordions, and callouts for improved readability and navigation.
This commit is contained in:
Mathis HERRIOT
2026-01-08 15:29:56 +01:00
parent 8b51b84d44
commit 99a350aa05
10 changed files with 463 additions and 82 deletions

View File

@@ -1,10 +1,27 @@
{
"index": "Introduction",
"---core---": {
"type": "separator",
"label": "Architecture Core"
},
"features": "Fonctionnalités",
"stack": "Stack Technologique",
"database": "Modèle de Données",
"api": "API & Intégrations",
"---security---": {
"type": "separator",
"label": "Sécurité & Conformité"
},
"security": "Sécurité",
"compliance": "Conformité (RGPD)",
"---api---": {
"type": "separator",
"label": "Intégrations & API"
},
"api": "API & Intégrations",
"api-reference": "Référence API",
"---ops---": {
"type": "separator",
"label": "Opérations"
},
"deployment": "Déploiement & Tests"
}