docs: Add actions and connection pages for DeepL
This commit is contained in:
12
packages/docs/pages/apps/deepl/actions.md
Normal file
12
packages/docs/pages/apps/deepl/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/deepl.svg
|
||||
items:
|
||||
- name: Translate Text
|
||||
desc: Translates text from one language to another.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
8
packages/docs/pages/apps/deepl/connection.md
Normal file
8
packages/docs/pages/apps/deepl/connection.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# DeepL
|
||||
|
||||
1. Go to [your account page](https://www.deepl.com/account/summary) on DeepL.
|
||||
2. Scroll down and copy `Authentication Key for DeepL API`.
|
||||
3. Paste the key into the `Authentication Key` field in Automatisch.
|
||||
4. Write any screen name to be displayed in Automatisch.
|
||||
5. Click `Save`.
|
||||
6. Start using DeepL integration with Automatisch!
|
Reference in New Issue
Block a user