Skip to content

Commit d14a817

Browse files
authored
VIDSOL-345: Updated catalog info file (#285)
1 parent ebb7a48 commit d14a817

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

.vonage/catalog-info.yaml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1+
---
12
apiVersion: backstage.io/v1alpha1
2-
kind: Component
3+
kind: System
34
metadata:
4-
name: vonage-video-react-app
5+
name: video-react-ref-app # SERVICE NAME field
6+
title: Video React Ref App # Title (human-friendly library name) field
57
description: Vonage Video API JS React reference application
68
annotations:
7-
github.com/project-slug: vonage/vonage-video-react-app
8-
backstage.io/techdocs-ref: dir:../docs/
9+
vonage.com/jira-id: VPF # video general projects
10+
spec:
11+
type: library
12+
owner: group:orgdata/vdk # helm "owner" orgdata squad id or general orgdata/vid
13+
domain: video-api # Product this library belongs to
14+
---
15+
apiVersion: backstage.io/v1alpha1
16+
kind: Component
17+
metadata:
18+
name: video-react-ref-app
19+
description: Video React Ref App Component
20+
annotations:
21+
github.com/project-slug: Vonage/vonage-video-react-app # GH repo
922
spec:
10-
type: service
11-
lifecycle: production
12-
owner: vonage-technology/video-client-team
13-
domain: video
23+
type: library
24+
owner: group:orgdata/vdk
25+
system: video-react-ref-app
26+
lifecycle: production

0 commit comments

Comments
 (0)