docs: Restructure apps documentation, add triggers and actions
This commit is contained in:
15
packages/docs/pages/apps/slack/actions.md
Normal file
15
packages/docs/pages/apps/slack/actions.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
items:
|
||||
- name: Find message
|
||||
desc: Find a Slack message using the Slack Search feature.
|
||||
avatar: /favicons/slack.svg
|
||||
- name: Send a message to channel
|
||||
desc: Send a message to a specific channel you specify.
|
||||
avatar: /favicons/slack.svg
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user