docs: Add trigger and connection pages of webhooks app

This commit is contained in:
Faruk AYDIN
2022-12-08 21:58:58 +03:00
parent 0fefa4e43a
commit 89bcaa96ed
6 changed files with 34 additions and 2 deletions

View File

@@ -174,7 +174,10 @@ export default defineConfig({
text: 'Webhooks',
collapsible: true,
collapsed: true,
items: [{ text: 'Triggers', link: '/apps/webhooks/triggers' }],
items: [
{ text: 'Triggers', link: '/apps/webhooks/triggers' },
{ text: 'Connection', link: '/apps/webhooks/connection' },
],
},
],
'/': [