Files
automatisch/packages/docs/pages/apps/pdf-monkey/actions.md
2024-02-28 16:29:01 +03:00

15 lines
279 B
Markdown

---
favicon: /favicons/pdf-monkey.svg
items:
- name: Generate documents
desc: Creates a new document.
- name: Delete documents
desc: Deletes a document.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />