From 366201f3e3d8cd820e85e784edf16ffc8f9bb13b Mon Sep 17 00:00:00 2001 From: Ben Kennedy Date: Tue, 17 Sep 2024 13:29:40 +0100 Subject: [PATCH] ci(backstage): created catalog-info (#179) --- catalog-info.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..41df02ba --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,29 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: zeta_flutter + title: Zeta Flutter Library + description: | + A library of Flutter UI components for the Zeta project. + This library is intended to be used by any Zebra Fluter to ensure a consistent look and feel by using UI components that implement the Zebra Design System User Experience. + links: + - url: https://pub.dev/packages/zeta_flutter + title: pub.dev + - url: https://design.zebra.com/flutter/widgetbook/ + title: Widgetbook + - url: https://design-zebra.web.app/flutter/dartdoc/ + title: DartDoc + tags: + - flutter + - dart + annotations: + github.com/project-slug: ZebraDevs/zeta_flutter + github.com/team-slug: zebratechnologies/front-end-development +# backstage.io/techdocs-ref: dir:. +spec: + type: library + owner: group:DMO-FED + lifecycle: experimental + system: zeta + dependsOn: + - Resource:zeta-figma \ No newline at end of file