feat(pdf-monkey): add documents generated trigger

This commit is contained in:
Rıdvan Akca
2024-02-27 16:30:40 +03:00
parent 8bb7b16c0e
commit 71a404063c
8 changed files with 194 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/pdf-monkey.svg
items:
- name: Documents Generated
desc: Triggers upon the successful completion of document generation.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />