docs: add google drive connection and triggers

This commit is contained in:
Rıdvan Akca
2023-03-24 19:07:48 +03:00
parent 6ad13c1da0
commit a594029541
5 changed files with 58 additions and 0 deletions

View File

@@ -68,6 +68,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/flickr/connection' },
],
},
{
text: 'Google Drive',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/google-drive/triggers' },
{ text: 'Connection', link: '/apps/google-drive/connection' },
],
},
{
text: 'Github',
collapsible: true,