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

Commit

Permalink
SWI-2519 Add Catalog Info (#1015)
Browse files Browse the repository at this point in the history
* SWI-2519 Add Catalog Info

* update desc
  • Loading branch information
ckoegel authored May 12, 2023
1 parent 03d1e00 commit aef248a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .bandwidth/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions .bandwidth/component.yaml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aef248a

Please sign in to comment.