mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-24 11:26:36 +00:00
add some guides pages to the API
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user