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

@@ -26,12 +26,20 @@ export default defineConfig({
},
{
text: 'Apps',
link: '/apps/discord/actions',
link: '/apps/deepl/actions',
activeMatch: '/apps/',
},
],
sidebar: {
'/apps/': [
{
text: 'DeepL',
collapsible: true,
items: [
{ text: 'Actions', link: '/apps/deepl/actions' },
{ text: 'Connection', link: '/apps/deepl/connection' },
],
},
{
text: 'Discord',
collapsible: true,