docs: Use postgresql key name instead of postgres
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user