feat(gitea): add gitea integration
This commit is contained in:
@@ -122,6 +122,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,
|
||||
|
Reference in New Issue
Block a user