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 />

View File

@@ -0,0 +1,3 @@
# Delay
Delay is a built-in app shipped with Automatisch, and it doesn't need to talk with any other external service to run. So there are no additional steps to use the Delay app. It can be used only as an action and it delays the execution of the next action by a specified amount of time.