From 6115bb4a0c2b1470eb1eb198ce6f34d298502784 Mon Sep 17 00:00:00 2001 From: Vinnie McGuinness Date: Tue, 10 Jun 2025 16:20:42 +0100 Subject: [PATCH] chore: add integrations gitea discovery to docs sidebar Signed-off-by: Vinnie McGuinness --- docs/integrations/gitea/discovery.md | 2 +- microsite/sidebars.ts | 5 ++++- mkdocs.yml | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/integrations/gitea/discovery.md b/docs/integrations/gitea/discovery.md index 6cae169b58..ce8ad9d360 100644 --- a/docs/integrations/gitea/discovery.md +++ b/docs/integrations/gitea/discovery.md @@ -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 diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index 1f8d3defb7..0ca6ddde70 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -330,7 +330,10 @@ export default { { type: 'category', label: 'Gitea', - items: ['integrations/gitea/locations'], + items: [ + 'integrations/gitea/locations', + 'integrations/gitea/discovery', + ], }, { type: 'category', diff --git a/mkdocs.yml b/mkdocs.yml index 688ca1a078..eea5fc9c40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: