docs: Add GitLab to available apps

This commit is contained in:
Faruk AYDIN
2023-06-12 12:30:29 +02:00
parent d06a89564f
commit 49d9f77d1b
2 changed files with 12 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ export default defineConfig({
], ],
}, },
{ {
text: 'Github', text: 'GitHub',
collapsible: true, collapsible: true,
collapsed: true, collapsed: true,
items: [ items: [
@@ -96,6 +96,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/github/connection' }, { text: 'Connection', link: '/apps/github/connection' },
], ],
}, },
{
text: 'GitLab',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/gitlab/triggers' },
{ text: 'Connection', link: '/apps/gitlab/connection' },
],
},
{ {
text: 'Google Drive', text: 'Google Drive',
collapsible: true, collapsible: true,

View File

@@ -12,8 +12,8 @@ Following integrations are currently supported by Automatisch.
- [Dropbox](/apps/dropbox/actions) - [Dropbox](/apps/dropbox/actions)
- [Filter](/apps/filter/actions) - [Filter](/apps/filter/actions)
- [Flickr](/apps/flickr/triggers) - [Flickr](/apps/flickr/triggers)
- [Github](/apps/github/triggers) - [GitHub](/apps/github/triggers)
- [Gitlab](/apps/gitlab/triggers) - [GitLab](/apps/gitlab/triggers)
- [Google Drive](/apps/google-drive/triggers) - [Google Drive](/apps/google-drive/triggers)
- [Google Forms](/apps/google-forms/triggers) - [Google Forms](/apps/google-forms/triggers)
- [Google Sheets](/apps/google-sheets/triggers) - [Google Sheets](/apps/google-sheets/triggers)