move api pages into separate folder

This commit is contained in:
Pascal Fischer
2023-05-09 15:37:40 +02:00
parent 7f5c373631
commit bf0576b097
19 changed files with 30 additions and 30 deletions

View File

@@ -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.',