docs(removebg): Add Remove image background
action
This commit is contained in:
@@ -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',
|
||||
|
12
packages/docs/pages/apps/removebg/actions.md
Normal file
12
packages/docs/pages/apps/removebg/actions.md
Normal 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 />
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user