From f784cbf9a2e497b7e8e8a72f74d66aeee99bab50 Mon Sep 17 00:00:00 2001 From: Dominik Brugger Date: Wed, 16 Aug 2023 22:19:07 +0200 Subject: [PATCH] docs: add catalog-info.yaml for Backstage (#14411) --- catalog-info.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000000..528e70bfbced --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,45 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: carbon + description: Carbon is an open-source design system built by IBM + tags: + - carbon + - designsystem + annotations: + github.com/project-slug: carbon-design-system/carbon + links: + - url: https://carbondesignsystem.com + title: Carbon Design System website + - url: https://ibm-studios.slack.com/archives/C0M053VPT + title: Internal carbon-design-system Slack channel + - url: https://discord.gg/J7JEUEkTRX + title: Discord channel +spec: + type: library + lifecycle: production + owner: carbon +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: carbon-react + description: React components for the Carbon Design System + tags: + - carbon + - react + links: + - url: http://react.carbondesignsystem.com + title: Storybook + - url: https://ibm-studios.slack.com/archives/C2K6RFJ1G + title: Internal carbon-react slack channel + - url: https://carbondesignsystem.com/developing/frameworks/react/ + title: How-to docs and guidelines +spec: + type: library + lifecycle: production + subcomponentOf: carbon + owner: carbon +--- +