This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SWI-2519 Add Catalog Info * update desc
- Loading branch information
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |