feat(reddit): add create link post action
This commit is contained in:
@@ -295,6 +295,7 @@ export default defineConfig({
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/reddit/triggers' },
|
||||
{ text: 'Actions', link: '/apps/reddit/actions' },
|
||||
{ text: 'Connection', link: '/apps/reddit/connection' },
|
||||
],
|
||||
},
|
||||
|
12
packages/docs/pages/apps/reddit/actions.md
Normal file
12
packages/docs/pages/apps/reddit/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/reddit.svg
|
||||
items:
|
||||
- name: Create link post
|
||||
desc: Create a new link post within a subreddit.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user