docs(todoist): restructure trigger and add in nav
This commit is contained in:
@@ -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.
|
||||
---
|
||||
|
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 />
|
Reference in New Issue
Block a user