Merge pull request #30197 from intive/master

This commit is contained in:
Fredrik Adelöw
2025-06-13 19:57:54 +02:00
committed by GitHub
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ backend.add(import('@backstage/plugin-catalog-backend-module-gitea'));
## Configuration
To use the discovery processor, you'll need a Gitea integration
To use the discovery provider, you'll need a Gitea integration
[set up](locations.md). Then you can add any number of providers.
```yaml
+1 -1
View File
@@ -330,7 +330,7 @@ export default {
{
type: 'category',
label: 'Gitea',
items: ['integrations/gitea/locations'],
items: ['integrations/gitea/locations', 'integrations/gitea/discovery'],
},
{
type: 'category',
+3
View File
@@ -126,6 +126,9 @@ nav:
- GitLab:
- Locations: 'integrations/gitlab/locations.md'
- Discovery: 'integrations/gitlab/discovery.md'
- Gitea:
- Locations: 'integrations/gitea/locations.md'
- Discovery: 'integrations/gitea/discovery.md'
- Google GCS:
- Locations: 'integrations/google-cloud-storage/locations.md'
- LDAP: