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