Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit aef248a

Browse files
authored
SWI-2519 Add Catalog Info (#1015)
* SWI-2519 Add Catalog Info * update desc
1 parent 03d1e00 commit aef248a

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

.bandwidth/catalog-info.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Location
3+
metadata:
4+
schemaVersion: v1.0.0
5+
name: api-docs-location
6+
description: Links to additional entities in the api-docs repository.
7+
annotations:
8+
github.com/project-slug: Bandwidth/api-docs
9+
spec:
10+
targets:
11+
- ./component.yaml
12+
# - add more components using relative filepaths here
13+
# - you may also rename/move the original component.yaml file

.bandwidth/component.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
schemaVersion: v1.0.0
5+
name: api-docs
6+
description: Bandwidth's Developer Docsite Repository
7+
annotations:
8+
github.com/project-slug: Bandwidth/api-docs
9+
organization: BW
10+
costCenter: UNKNOWN
11+
spec:
12+
type: Service
13+
owner: github/band-swi
14+
lifecycle: production
15+
dependsOn:
16+
- resource:aws-regions/us-east-1

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Global rule:
2-
* @Bandwidth/software-infrastructure
2+
* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin
3+
4+
# SWI as reviewers on catalog files
5+
.bandwidth @Bandwidth/band-swi

0 commit comments

Comments
 (0)