docs: Use postgresql key name instead of postgres

This commit is contained in:
Faruk AYDIN
2023-06-12 11:11:39 +02:00
parent 9485731e7d
commit 0b362dd435
3 changed files with 9 additions and 0 deletions

View File

@@ -151,6 +151,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/openai/connection' }, { text: 'Connection', link: '/apps/openai/connection' },
], ],
}, },
{
text: 'PostgreSQL',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/postgresql/actions' },
{ text: 'Connection', link: '/apps/postgresql/connection' },
],
},
{ {
text: 'RSS', text: 'RSS',
collapsible: true, collapsible: true,