docs: Add connection and actions pages for delay app
This commit is contained in:
14
packages/docs/pages/apps/delay/actions.md
Normal file
14
packages/docs/pages/apps/delay/actions.md
Normal 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 />
|
3
packages/docs/pages/apps/delay/connection.md
Normal file
3
packages/docs/pages/apps/delay/connection.md
Normal 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.
|
Reference in New Issue
Block a user