Merge pull request #30197 from intive/master
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -330,7 +330,7 @@ export default {
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Gitea',
|
||||
items: ['integrations/gitea/locations'],
|
||||
items: ['integrations/gitea/locations', 'integrations/gitea/discovery'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user