docs: Add connection and actions pages for delay app

This commit is contained in:
Faruk AYDIN
2022-12-17 01:04:03 +03:00
parent e705aaa2f6
commit f3b1b2254f
5 changed files with 34 additions and 0 deletions

View File

@@ -41,6 +41,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/deepl/connection' },
],
},
{
text: 'Delay',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/delay/actions' },
{ text: 'Connection', link: '/apps/delay/connection' },
],
},
{
text: 'Discord',
collapsible: true,