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: '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',
|
text: 'Twilio',
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
favicon: /favicons/todoist.svg
|
favicon: /favicons/todoist.svg
|
||||||
items:
|
items:
|
||||||
- name: Get Tasks
|
|
||||||
desc: Finds tasks in Todoist, optionally matching specified parameters.
|
|
||||||
- name: Create Task
|
- name: Create Task
|
||||||
desc: Creates a task in Todoist.
|
desc: Creates a task in Todoist.
|
||||||
---
|
---
|
||||||
|
12
packages/docs/pages/apps/todoist/triggers.md
Normal file
12
packages/docs/pages/apps/todoist/triggers.md
Normal 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 />
|
@@ -19,6 +19,7 @@ Following integrations are currently supported by Automatisch.
|
|||||||
- [SMTP](/apps/smtp/actions)
|
- [SMTP](/apps/smtp/actions)
|
||||||
- [Stripe](/apps/stripe/triggers)
|
- [Stripe](/apps/stripe/triggers)
|
||||||
- [Telegram](/apps/telegram-bot/actions)
|
- [Telegram](/apps/telegram-bot/actions)
|
||||||
|
- [Todoist](/apps/todoist/triggers)
|
||||||
- [Twilio](/apps/twilio/triggers)
|
- [Twilio](/apps/twilio/triggers)
|
||||||
- [Twitter](/apps/twitter/triggers)
|
- [Twitter](/apps/twitter/triggers)
|
||||||
- [Typeform](/apps/typeform/triggers)
|
- [Typeform](/apps/typeform/triggers)
|
||||||
|
Reference in New Issue
Block a user