add some guides pages to the API

This commit is contained in:
Pascal Fischer
2023-05-04 13:39:11 +02:00
parent 081e88b437
commit 5e05625d00
4 changed files with 211 additions and 1 deletions

View File

@@ -365,7 +365,16 @@ export const docsNavigation = [
export const apiNavigation = [
{
title: 'API',
title: 'Guides',
links: [
{ title: 'Quickstart', href: '/quickstart' },
{ title: 'Authentication', href: '/authentication' },
{ title: 'Errors', href: '/errors' },
// { title: 'Events', href: '/accounts' },
],
},
{
title: 'Resources',
links: [
{ title: 'Accounts', href: '/accounts' },
{ title: 'Users', href: '/users' },