feat(pdf-monkey): add generate document action

This commit is contained in:
Rıdvan Akca
2024-02-28 15:50:17 +03:00
parent 71a404063c
commit c12dacfa40
9 changed files with 351 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/pdf-monkey/triggers' },
{ text: 'Actions', link: '/apps/pdf-monkey/actions' },
{ text: 'Connection', link: '/apps/pdf-monkey/connection' },
],
},