mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 00:46:35 +00:00
move api pages into separate folder
This commit is contained in:
@@ -3,12 +3,12 @@ import { Heading } from '@/components/Heading'
|
||||
|
||||
const guides = [
|
||||
{
|
||||
href: '/authentication',
|
||||
href: '/ipa/authentication',
|
||||
name: 'Authentication',
|
||||
description: 'Learn how to authenticate your API requests.',
|
||||
},
|
||||
{
|
||||
href: '/errors',
|
||||
href: '/ipa/errors',
|
||||
name: 'Errors',
|
||||
description:
|
||||
'Read about the different types of errors returned by the API.',
|
||||
|
||||
Reference in New Issue
Block a user