chore: Make telegram and ntfy apps collapsed for docs sidebar
This commit is contained in:
@@ -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' }],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
'/': [
|
'/': [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user