docs: 📝 Add documentation for entities

This commit is contained in:
Jesse Wierzbinski 2024-07-23 00:23:42 +02:00
parent 76d28e04a3
commit 0234304198
No known key found for this signature in database
4 changed files with 136 additions and 12 deletions

View file

@ -247,12 +247,8 @@ export const navigation: NavGroup[] = [
title: "Guides",
links: [
{ title: "Introduction", href: "/" },
/* { title: "Quickstart", href: "/quickstart" }, */
{ title: "SDKs", href: "/sdks" },
/* { title: "Authentication", href: "/authentication" },
{ title: "Pagination", href: "/pagination" },
{ title: "Errors", href: "/errors" },
{ title: "Webhooks", href: "/webhooks" }, */
{ title: "Entities", href: "/entities" },
],
},
{