feat(gitea): add gitea integration

This commit is contained in:
Rıdvan Akca
2024-04-28 14:42:25 +02:00
parent f8018ca384
commit b8ac73478b
2 changed files with 10 additions and 0 deletions

View File

@@ -126,10 +126,14 @@ export default defineConfig({
text: 'Gitea',
collapsible: true,
collapsed: true,
<<<<<<< HEAD
items: [
{ text: 'Triggers', link: '/apps/gitea/triggers' },
{ text: 'Connection', link: '/apps/gitea/connection' },
],
=======
items: [{ text: 'Connection', link: '/apps/gitea/connection' }],
>>>>>>> 589d3447 (feat(gitea): add gitea integration)
},
{
text: 'GitHub',