memento-dev/app/lib/navigation.ts

18 lines
377 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" }],
},
];