chore: Make telegram and ntfy apps collapsed for docs sidebar
This commit is contained in:
@@ -72,6 +72,7 @@ export default defineConfig({
|
||||
{
|
||||
text: 'Ntfy',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/ntfy/actions' },
|
||||
{ text: 'Connection', link: '/apps/ntfy/connection' },
|
||||
@@ -134,6 +135,7 @@ export default defineConfig({
|
||||
{
|
||||
text: 'Telegram',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/telegram-bot/actions' },
|
||||
{ text: 'Connection', link: '/apps/telegram-bot/connection' },
|
||||
@@ -168,6 +170,12 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/typeform/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Webhooks',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Triggers', link: '/apps/webhooks/triggers' }],
|
||||
},
|
||||
],
|
||||
'/': [
|
||||
{
|
||||
|
Reference in New Issue
Block a user