Files
automatisch/packages/docs/pages/apps/miro/actions.md
2023-09-29 21:39:30 +02:00

17 lines
362 B
Markdown

---
favicon: /favicons/miro.svg
items:
- name: Create board
desc: Creates a new board.
- name: Copy board
desc: Creates a copy of an existing board.
- name: Create card widget
desc: Creates a new card widget on an existing board.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />