docs: Add trigger and connection pages of webhooks app

This commit is contained in:
Faruk AYDIN
2022-12-08 21:58:58 +03:00
parent 0fefa4e43a
commit 89bcaa96ed
6 changed files with 34 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/webhooks.svg
items:
- name: Catch raw webhook
desc: Triggers when the webhook receives a request.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />