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 d580754579
commit 5a433ad119
13 changed files with 240 additions and 0 deletions

View File

@@ -195,6 +195,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/ghost/connection' },
],
},
{
text: 'Gitea',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/gitea/connection' }],
},
{
text: 'GitHub',
collapsible: true,