docs(removebg): Add Remove image background action

This commit is contained in:
Mohammed Zaher
2023-11-16 15:43:22 +00:00
parent 8075b65e14
commit 7ab8c76aa0
3 changed files with 17 additions and 2 deletions

View File

@@ -303,7 +303,10 @@ export default defineConfig({
text: 'Remove.bg',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/removebg/connection' }],
items: [
{ text: 'Actions', link: '/apps/removebg/actions' },
{ text: 'Connection', link: '/apps/removebg/connection' }
],
},
{
text: 'RSS',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/removebg.svg
items:
- name: Remove Image Background
desc: Remove backgrounds 100% automatically in 5 seconds with one click.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -31,7 +31,7 @@ The following integrations are currently supported by Automatisch.
- [PostgreSQL](/apps/postgresql/actions)
- [Pushover](/apps/pushover/actions)
- [Reddit](/apps/reddit/triggers)
- [Remove.bg](/apps/removebg/connection)
- [Remove.bg](/apps/removebg/actions)
- [RSS](/apps/rss/triggers)
- [Salesforce](/apps/salesforce/triggers)
- [Scheduler](/apps/scheduler/triggers)