docs(placetel): Add connection and triggers pages

This commit is contained in:
Faruk AYDIN
2023-10-06 21:01:58 +02:00
parent 5fff9bdc02
commit 0a334dff1d
5 changed files with 35 additions and 0 deletions

View File

@@ -234,6 +234,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/pipedrive/connection' },
],
},
{
text: 'Placetel',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/placetel/triggers' },
{ text: 'Connection', link: '/apps/placetel/connection' },
],
},
{
text: 'PostgreSQL',
collapsible: true,