docs(telegram-bot): describe actions and auth

This commit is contained in:
Ali BARIN
2022-12-04 17:27:19 +01:00
parent 8c343abac5
commit 2e4ecfab16
4 changed files with 48 additions and 0 deletions

View File

@@ -123,6 +123,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/stripe/connection' },
],
},
{
text: 'Telegram',
collapsible: true,
items: [
{ text: 'Actions', link: '/apps/telegram-bot/actions' },
{ text: 'Connection', link: '/apps/telegram-bot/connection' },
],
},
{
text: 'Twilio',
collapsible: true,