Files
automatisch/packages/docs/pages/apps/monday/actions.md
2025-02-04 20:22:22 +01:00

15 lines
272 B
Markdown

---
favicon: /favicons/monday.svg
items:
- name: Create board
desc: Creates a new board.
- name: Create item
desc: Creates a new item in a board.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />