new docs section

This commit is contained in:
Nicholas Koben Kao
2024-01-29 17:47:23 -08:00
parent 194715920e
commit e40cc5373f
3 changed files with 65 additions and 3 deletions
+4
View File
@@ -242,6 +242,10 @@ export const navigation: Array<NavGroup> = [
title: "API",
links: [{ title: "Endpoints", href: "/docs/endpoints" }],
},
{
title: "Video Tutorials",
links: [{ title: "Archive", href: "/docs/videos" }],
},
];
export function Navigation(props: React.ComponentPropsWithoutRef<"nav">) {