diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml new file mode 100644 index 000000000..93fb1683a --- /dev/null +++ b/.bandwidth/catalog-info.yaml @@ -0,0 +1,13 @@ +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + schemaVersion: v1.0.0 + name: api-docs-location + description: Links to additional entities in the api-docs repository. + annotations: + github.com/project-slug: Bandwidth/api-docs +spec: + targets: + - ./component.yaml + # - add more components using relative filepaths here + # - you may also rename/move the original component.yaml file diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 000000000..31f6c45ad --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: api-docs + description: Bandwidth's Developer Docsite Repository + annotations: + github.com/project-slug: Bandwidth/api-docs + organization: BW + costCenter: UNKNOWN +spec: + type: Service + owner: github/band-swi + lifecycle: production + dependsOn: + - resource:aws-regions/us-east-1 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 98ed71df4..0b1894e8a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,5 @@ # Global rule: -* @Bandwidth/software-infrastructure +* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin + +# SWI as reviewers on catalog files +.bandwidth @Bandwidth/band-swi