Merge pull request #1016 from automatisch/add-docs-for-google-drive

docs: add google drive connection and triggers
This commit is contained in:
Ali BARIN
2023-03-29 18:29:43 +02:00
committed by GitHub
5 changed files with 60 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,