docs: Restructure apps documentation, add triggers and actions
This commit is contained in:
3
packages/docs/pages/apps/rss/connection.md
Normal file
3
packages/docs/pages/apps/rss/connection.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# RSS
|
||||
|
||||
RSS 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 RSS app.
|
12
packages/docs/pages/apps/rss/triggers.md
Normal file
12
packages/docs/pages/apps/rss/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
items:
|
||||
- name: New items in feed
|
||||
desc: Triggers on new RSS feed items.
|
||||
avatar: /favicons/rss.svg
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user