Merge branch 'doc/api-key-auth'
All checks were successful
Build, Test & Publish / Build (pull_request) Successful in 31s
Build, Test & Publish / Build and Publish Container Image (pull_request) Has been skipped
Build, Test & Publish / Deploy to Infrastructure (pull_request) Has been skipped

This commit is contained in:
2025-10-15 13:16:42 +11:00
4 changed files with 36 additions and 0 deletions

View File

@@ -119,6 +119,14 @@ export default defineConfig({
{ text: 'Custom Fetch', link: '/nuxt/custom-fetch' },
]
},
{
text: 'Postgres',
link: '/postgres/',
collapsed: true,
items: [
{ text: 'Dump and Restore', link: '/postgres/dump-and-restore' },
]
},
{
text: 'PowerShell',
link: '/powershell/',