22 lines
583 B
TypeScript
22 lines
583 B
TypeScript
export const navigation = [
|
|
{
|
|
title: "Introduction",
|
|
links: [
|
|
{ title: "Getting started", href: "/" },
|
|
{ title: "Installation", href: "/docs/installation" },
|
|
],
|
|
},
|
|
{
|
|
title: "React",
|
|
links: [{ title: "Introduction", href: "/docs/react" }],
|
|
},
|
|
{
|
|
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" },
|
|
],
|
|
},
|
|
];
|