docs: Add connection and actions pages for delay app
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user