docs: Add connection and actions pages for delay app

This commit is contained in:
Faruk AYDIN
2022-12-17 01:04:03 +03:00
parent e705aaa2f6
commit f3b1b2254f
5 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
favicon: /favicons/delay.svg
items:
- name: Delay For
desc: Delays the execution of the next action by a specified amount of time.
- name: Delay Until
desc: Delays the execution of the next action until a specified date.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />