Skip to content

Commit

Permalink
chore: add backstage config updates (#3539)
Browse files Browse the repository at this point in the history
* chore: add backstage config updates

* chore: undo various changes for backstage config
  • Loading branch information
matthewgallo committed Oct 17, 2023
1 parent 484cd1d commit d2b0e50
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions catalog-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbon-ibm-products
description: A Carbon-powered React component library for IBM Products
tags:
- carbon
- react
annotations:
github.com/project-slug: carbon-design-system/ibm-products
backstage.io/techdocs-ref: dir:.
links:
- url: https://carbon-for-ibm-products.netlify.app
title: Storybook
- url: https://ibm-casdesign.slack.com/archives/C013ZTX0N6B
title: Slack channel
spec:
type: library
lifecycle: production
owner: carbon-ibm-products
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbon-ibm-security
description: Carbon for IBM Products - Security UI components
tags:
- carbon
- react
- security
links:
- url: https://v1-carbon-for-ibm-products.netlify.app
title: Storybook
spec:
type: library
lifecycle: production
subcomponentOf: carbon-ibm-products
owner: carbon-ibm-security
---
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"tagset",
"tearsheet",
"tearsheets",
"techdocs", // Backstage
"textbox",
"timeframe",
"toggletip",
Expand Down

0 comments on commit d2b0e50

Please sign in to comment.