docs: Add filter connection and actions

This commit is contained in:
Faruk AYDIN
2023-05-24 15:23:38 +02:00
parent ad419855e9
commit 1c80677ac3
5 changed files with 42 additions and 0 deletions

View File

@@ -68,6 +68,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/dropbox/connection' },
],
},
{
text: 'Filter',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/filter/actions' },
{ text: 'Connection', link: '/apps/filter/connection' },
],
},
{
text: 'Flickr',
collapsible: true,