Skip to content

Commit

Permalink
chore: included generated api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune committed Sep 9, 2024
1 parent 89f08f2 commit a911727
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/documentation/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,20 @@ export default defineConfig({
{
label: 'GraphQL Admin APIs',
link: '/apis/graphql/admin-api-overview'
},
{
label: 'Backend Admin API',
collapsed: true,
autogenerate: {
directory: 'apis/graphql/backend'
}
},
{
label: 'Auth Admin API',
collapsed: true,
autogenerate: {
directory: 'apis/graphql/auth'
}
}
]
}
Expand Down

0 comments on commit a911727

Please sign in to comment.