Files
automatisch/packages/docs/pages/apps/monday/actions.md
2024-05-09 14:48:20 +02:00

17 lines
339 B
Markdown

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