memento-dev/app/lib/navigation.ts

21 lines
481 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" },
],
},
];