Skip to content

Commit fca6c9a

Browse files
authored
feat: create catalog-info.yaml from Colophon contents (#107)
1 parent cccf916 commit fca6c9a

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

catalog-info.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: telus-standard
5+
description: Standard linting rules for TELUS Digital
6+
tags:
7+
- module
8+
- npm
9+
- node
10+
annotations:
11+
backstage.io/kubernetes-label-selector: app.kubernetes.io/name=telus-standard
12+
backstage.io/techdocs-ref: dir:docs
13+
github.com/project-slug: telus/telus-standard
14+
links:
15+
- url: https://github.com/telus/telus-standard
16+
title: Website
17+
icon: web
18+
spec:
19+
type: service
20+
lifecycle: experimental
21+
owner: telus
22+
system: digital
23+
---
24+
apiVersion: backstage.io/v1alpha1
25+
kind: API
26+
metadata:
27+
name: telus-standard
28+
description: Standard linting rules for TELUS Digital
29+
tags:
30+
- module
31+
- npm
32+
- node
33+
annotations:
34+
github.com/project-slug: telus/telus-standard
35+
links:
36+
- url: https://github.com/telus/telus-standard
37+
title: API Spec
38+
icon: code
39+
- url: https://github.com/telus/telus-standard
40+
title: Website
41+
icon: web
42+
spec:
43+
type: openapi
44+
lifecycle: experimental
45+
owner: digital
46+
definition:
47+
$text: https://github.com/telus/telus-standard

0 commit comments

Comments
 (0)