docs: Add GitLab to available apps
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user