From bb1297da2ac31930758aab836a3428d2af2202cc Mon Sep 17 00:00:00 2001 From: nateaxcell <53090274+nateaxcell@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:48:38 -0400 Subject: [PATCH] feat: create catalog-info.yaml from Colophon contents --- catalog-info.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..6e37d8f0 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,47 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: tds-community + description: TELUS Design System Community Components + tags: + - module + - npm + - node + annotations: + backstage.io/kubernetes-label-selector: app.kubernetes.io/name=tds-community + backstage.io/techdocs-ref: dir:docs + github.com/project-slug: telus/tds-community + links: + - url: https://github.com/telus/tds-community + title: Website + icon: web +spec: + type: service + lifecycle: experimental + owner: telus + system: digital +--- +apiVersion: backstage.io/v1alpha1 +kind: API +metadata: + name: tds-community + description: TELUS Design System Community Components + tags: + - module + - npm + - node + annotations: + github.com/project-slug: telus/tds-community + links: + - url: https://github.com/telus/tds-community + title: API Spec + icon: code + - url: https://github.com/telus/tds-community + title: Website + icon: web +spec: + type: openapi + lifecycle: experimental + owner: digital + definition: + $text: https://github.com/telus/tds-community