feat: Add new landing page

This commit is contained in:
Jesse Wierzbinski 2024-07-23 02:25:45 +02:00
parent 0234304198
commit 4f685d1ec6
No known key found for this signature in database
4 changed files with 137 additions and 24 deletions

View file

@ -246,7 +246,7 @@ export const navigation: NavGroup[] = [
{
title: "Guides",
links: [
{ title: "Introduction", href: "/" },
{ title: "Introduction", href: "/introduction" },
{ title: "SDKs", href: "/sdks" },
{ title: "Entities", href: "/entities" },
],