chore: Make telegram and ntfy apps collapsed for docs sidebar

This commit is contained in:
Faruk AYDIN
2022-12-08 21:28:42 +03:00
parent d4e8eb276d
commit 0fefa4e43a

View File

@@ -72,6 +72,7 @@ export default defineConfig({
{ {
text: 'Ntfy', text: 'Ntfy',
collapsible: true, collapsible: true,
collapsed: true,
items: [ items: [
{ text: 'Actions', link: '/apps/ntfy/actions' }, { text: 'Actions', link: '/apps/ntfy/actions' },
{ text: 'Connection', link: '/apps/ntfy/connection' }, { text: 'Connection', link: '/apps/ntfy/connection' },
@@ -134,6 +135,7 @@ export default defineConfig({
{ {
text: 'Telegram', text: 'Telegram',
collapsible: true, collapsible: true,
collapsed: true,
items: [ items: [
{ text: 'Actions', link: '/apps/telegram-bot/actions' }, { text: 'Actions', link: '/apps/telegram-bot/actions' },
{ text: 'Connection', link: '/apps/telegram-bot/connection' }, { text: 'Connection', link: '/apps/telegram-bot/connection' },
@@ -168,6 +170,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/typeform/connection' }, { text: 'Connection', link: '/apps/typeform/connection' },
], ],
}, },
{
text: 'Webhooks',
collapsible: true,
collapsed: true,
items: [{ text: 'Triggers', link: '/apps/webhooks/triggers' }],
},
], ],
'/': [ '/': [
{ {