Skip to content

Commit

Permalink
📝 add catalog-info.yaml for backstage (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois authored Jan 29, 2025
1 parent ab8c410 commit 453a36f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .backstage/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: skillz
title: Skillz
description: |
App to manage consultants' skills and technical appetites.
tags:
- web
- javascript
- react
- graphql
- node
- hasura
- postgres
- contributors-welcome
links:
- url: https://github.com/Zenika/skillZ
title: GitHub repository
type: website
- url: https://app.circleci.com/pipelines/github/Zenika/skillZ
title: CircleCI
type: website
annotations:
backstage.io/techdocs-ref: docs
backstage.io/adr-location: docs/adr
spec:
type: app
owner: [email protected]
lifecycle: production

0 comments on commit 453a36f

Please sign in to comment.