feat(disqus): add new comments trigger
This commit is contained in:
@@ -72,7 +72,10 @@ export default defineConfig({
|
||||
text: 'Disqus',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/disqus/connection' }],
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/disqus/triggers' },
|
||||
{ text: 'Connection', link: '/apps/disqus/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Dropbox',
|
||||
|
12
packages/docs/pages/apps/disqus/triggers.md
Normal file
12
packages/docs/pages/apps/disqus/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/disqus.svg
|
||||
items:
|
||||
- name: New comments
|
||||
desc: Triggers when a new comment is posted in a forum using Disqus.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
@@ -6,6 +6,7 @@ The following integrations are currently supported by Automatisch.
|
||||
- [DeepL](/apps/deepl/actions)
|
||||
- [Delay](/apps/delay/actions)
|
||||
- [Discord](/apps/discord/actions)
|
||||
- [Disqus](/apps/disqus/triggers)
|
||||
- [Dropbox](/apps/dropbox/actions)
|
||||
- [Filter](/apps/filter/actions)
|
||||
- [Flickr](/apps/flickr/triggers)
|
||||
|
Reference in New Issue
Block a user