docs(dropbox): add connection and actions

This commit is contained in:
Ali BARIN
2023-04-02 16:14:06 +00:00
parent 96250ce9a0
commit 1dc46dd31c
5 changed files with 48 additions and 1 deletions

View File

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