docs(todoist): restructure trigger and add in nav
This commit is contained in:
@@ -150,6 +150,16 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/telegram-bot/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Todoist',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/todoist/triggers' },
|
||||
{ text: 'Actions', link: '/apps/todoist/actions' },
|
||||
{ text: 'Connection', link: '/apps/todoist/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Twilio',
|
||||
collapsible: true,
|
||||
|
Reference in New Issue
Block a user