chore: add integrations gitea discovery to docs sidebar

Signed-off-by: Vinnie McGuinness <vinnie.mcguinness@intive.com>
This commit is contained in:
Vinnie McGuinness
2025-06-10 16:20:42 +01:00
parent 58cb0452a9
commit 6115bb4a0c
3 changed files with 8 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
+4 -1
View File
@@ -330,7 +330,10 @@ 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: