docs: Add actions and connection pages for DeepL

This commit is contained in:
Faruk AYDIN
2022-11-07 18:58:45 +01:00
parent 81b850c1f7
commit d15e3d4c36
5 changed files with 69 additions and 1 deletions

View 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 />

View 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!