Skip to content

Commit

Permalink
ci(backstage): created catalog-info (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
benken authored Sep 17, 2024
1 parent a77211a commit 366201f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 366201f

Please sign in to comment.