feat(gitea): add gitea integration

This commit is contained in:
Rıdvan Akca
2024-04-28 14:42:25 +02:00
committed by Jakub P.
parent 257499dae6
commit ba6b370c5c
2 changed files with 10 additions and 0 deletions

View File

@@ -199,10 +199,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',