Files
automatisch/packages/docs/pages/apps/trello/actions.md
2023-10-30 11:48:19 +01:00

13 lines
241 B
Markdown

---
favicon: /favicons/trello.svg
items:
- name: Create card
desc: Creates a new card within a specified board and list.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />