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