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,
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,