docs: add documentation for stripe connection / triggers

This commit is contained in:
Pierre Maurice Schwang
2022-11-28 19:24:51 +01:00
parent ef27c9348b
commit f25b67c81c
5 changed files with 51 additions and 0 deletions

View File

@@ -105,6 +105,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/smtp/connection' },
],
},
{
text: 'Stripe',
collapsible: true,
items: [
{ text: 'Triggers', link: '/apps/stripe/triggers' },
{ text: 'Connection', link: '/apps/stripe/connection' },
],
},
{
text: 'Twilio',
collapsible: true,