docs: Add GitLab to available apps
This commit is contained in:
@@ -87,7 +87,7 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Github',
|
||||
text: 'GitHub',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
@@ -96,6 +96,15 @@ export default defineConfig({
|
||||
{ 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',
|
||||
collapsible: true,
|
||||
|
@@ -12,8 +12,8 @@ Following integrations are currently supported by Automatisch.
|
||||
- [Dropbox](/apps/dropbox/actions)
|
||||
- [Filter](/apps/filter/actions)
|
||||
- [Flickr](/apps/flickr/triggers)
|
||||
- [Github](/apps/github/triggers)
|
||||
- [Gitlab](/apps/gitlab/triggers)
|
||||
- [GitHub](/apps/github/triggers)
|
||||
- [GitLab](/apps/gitlab/triggers)
|
||||
- [Google Drive](/apps/google-drive/triggers)
|
||||
- [Google Forms](/apps/google-forms/triggers)
|
||||
- [Google Sheets](/apps/google-sheets/triggers)
|
||||
|
Reference in New Issue
Block a user