From af471bbed066c7a2cd5e728650499875f4db08c7 Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Fri, 5 Jun 2026 10:30:08 +0200 Subject: [PATCH 1/2] SWI-2827: add component.yaml --- .bandwidth/component.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .bandwidth/component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 000000000..0af07fac3 --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: redoc + description: |- + 📘 OpenAPI/Swagger-generated API Reference Documentation + annotations: + github.com/project-slug: Bandwidth/redoc + organization: BW + costCenter: Development - Software Infra +spec: + type: Service + owner: github/band-swi + lifecycle: production From be4b970686cae6931527354b4d9799b6609e0918 Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Fri, 5 Jun 2026 10:30:08 +0200 Subject: [PATCH 2/2] SWI-2827: add catalog-info.yaml --- .bandwidth/catalog-info.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bandwidth/catalog-info.yaml diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml new file mode 100644 index 000000000..ef419d1f8 --- /dev/null +++ b/.bandwidth/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + schemaVersion: v1.0.0 + name: redoc-location + description: Links to additional entities in the redoc repository. + annotations: + github.com/project-slug: Bandwidth/redoc +spec: + targets: + - ./component.yaml