export const navigation = [ { title: "React", links: [ { title: "Introduction", href: "/docs/react" }, { title: "Initialisation", href: "/docs/react/initialisation" }, { title: "Syntaxe JSX", href: "/docs/react/jsx" }, { title: "Premier composant", href: "/docs/react/premier-composant" }, { title: "State et cycle de vie", href: "/docs/react/state-et-cycle-de-vie" }, { title: "Hooks", href: "/docs/react/hooks" }, ], }, { title: "Merise", links: [ { title: "Introduction", href: "/docs/merise" }, { title: "Dictionnaire de données", href: "/docs/merise/dictionnaire-de-donnees" }, { title: "Modèle Conceptuel de Données", href: "/docs/merise/modele-conceptuel-de-donnees" }, ], }, ];