docs: Add trigger and connection pages of webhooks app
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
],
|
||||
'/': [
|
||||
|
Reference in New Issue
Block a user