14 lines
285 B
TypeScript
14 lines
285 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" }],
|
|
},
|
|
];
|