diff --git a/packages/docs/pages/.vitepress/config.js b/packages/docs/pages/.vitepress/config.js index 597d497d..905b7913 100644 --- a/packages/docs/pages/.vitepress/config.js +++ b/packages/docs/pages/.vitepress/config.js @@ -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, diff --git a/packages/docs/pages/guide/available-apps.md b/packages/docs/pages/guide/available-apps.md index 6dc26131..6d6a48ff 100644 --- a/packages/docs/pages/guide/available-apps.md +++ b/packages/docs/pages/guide/available-apps.md @@ -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)