docs: 📝 Finish main page, add guides

This commit is contained in:
Jesse Wierzbinski 2024-07-22 13:26:09 +02:00
parent 5ab772df21
commit 3545bf525f
No known key found for this signature in database
3 changed files with 23 additions and 59 deletions

View file

@ -7,23 +7,6 @@ const guides = [
name: "Authentication",
description: "Learn how to authenticate your API requests.",
},
{
href: "/pagination",
name: "Pagination",
description: "Understand how to work with paginated responses.",
},
{
href: "/errors",
name: "Errors",
description:
"Read about the different types of errors returned by the API.",
},
{
href: "/webhooks",
name: "Webhooks",
description:
"Learn how to programmatically configure webhooks for your app.",
},
];
export function Guides() {