docs(todoist): restructure trigger and add in nav

This commit is contained in:
Ali BARIN
2023-01-07 15:14:33 +01:00
parent 1a4a1f7f8b
commit 709e788f5f
4 changed files with 23 additions and 2 deletions

View File

@@ -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,

View File

@@ -1,8 +1,6 @@
---
favicon: /favicons/todoist.svg
items:
- name: Get Tasks
desc: Finds tasks in Todoist, optionally matching specified parameters.
- name: Create Task
desc: Creates a task in Todoist.
---

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/todoist.svg
items:
- name: Get Tasks
desc: Finds tasks in Todoist, optionally matching specified parameters.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -19,6 +19,7 @@ Following integrations are currently supported by Automatisch.
- [SMTP](/apps/smtp/actions)
- [Stripe](/apps/stripe/triggers)
- [Telegram](/apps/telegram-bot/actions)
- [Todoist](/apps/todoist/triggers)
- [Twilio](/apps/twilio/triggers)
- [Twitter](/apps/twitter/triggers)
- [Typeform](/apps/typeform/triggers)