docs(carbone): Add add-template actions

This commit is contained in:
moaaz
2023-11-08 08:34:29 +02:00
committed by Ali BARIN
parent bc337c588a
commit 373d29eeab
3 changed files with 17 additions and 2 deletions

View File

@@ -36,7 +36,10 @@ export default defineConfig({
text: 'Carbone', text: 'Carbone',
collapsible: true, collapsible: true,
collapsed: true, collapsed: true,
items: [{ text: 'Connection', link: '/apps/carbone/connection' }], items: [
{ text: 'Actions', link: '/apps/carbone/actions' },
{ text: 'Connection', link: '/apps/carbone/connection' },
],
}, },
{ {
text: 'DeepL', text: 'DeepL',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/carbone.svg
items:
- name: Add Template
desc: Adds a template in xml/html format to your Carbone account.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -2,7 +2,7 @@
The following integrations are currently supported by Automatisch. The following integrations are currently supported by Automatisch.
- [Carbone](/apps/carbone/connection) - [Carbone](/apps/carbone/actions)
- [DeepL](/apps/deepl/actions) - [DeepL](/apps/deepl/actions)
- [Delay](/apps/delay/actions) - [Delay](/apps/delay/actions)
- [Discord](/apps/discord/actions) - [Discord](/apps/discord/actions)