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

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