Files
automatisch/packages/docs/pages/apps/monday/actions.md
2025-02-04 21:29:02 +01: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 />