diff --git a/.vonage/catalog-info.yaml b/.vonage/catalog-info.yaml index 746e3104e..4db19740f 100644 --- a/.vonage/catalog-info.yaml +++ b/.vonage/catalog-info.yaml @@ -1,13 +1,26 @@ +--- apiVersion: backstage.io/v1alpha1 -kind: Component +kind: System metadata: - name: vonage-video-react-app + name: video-react-ref-app # SERVICE NAME field + title: Video React Ref App # Title (human-friendly library name) field description: Vonage Video API JS React reference application annotations: - github.com/project-slug: vonage/vonage-video-react-app - backstage.io/techdocs-ref: dir:../docs/ + vonage.com/jira-id: VPF # video general projects +spec: + type: library + owner: group:orgdata/vdk # helm "owner" orgdata squad id or general orgdata/vid + domain: video-api # Product this library belongs to +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: video-react-ref-app + description: Video React Ref App Component + annotations: + github.com/project-slug: Vonage/vonage-video-react-app # GH repo spec: - type: service - lifecycle: production - owner: vonage-technology/video-client-team - domain: video + type: library + owner: group:orgdata/vdk + system: video-react-ref-app + lifecycle: production \ No newline at end of file