docs(placetel): Add connection and triggers pages

This commit is contained in:
Faruk AYDIN
2023-10-06 21:01:58 +02:00
parent 5fff9bdc02
commit 0a334dff1d
5 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/placetel.svg
items:
- name: Hungup call
desc: Triggers when a call is hungup.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />