Skip to content

Commit

Permalink
📈 (repo): Add catalog-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertin-ledger committed Dec 12, 2024
1 parent 32aa82e commit 3db5572
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions catalog-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: device-management-kit-ts
description: Device Management Kit Library
tags:
- typescript
- sdk
- device-management-kit
annotations:
#backstage.io/techdocs-ref: dir:.
#backstage.io/adr-location: docs/architecture/decisions
github.com/project-slug: "LedgerHQ/device-sdk-ts"
github.com/team-slug: "LedgerHQ/live-devices"
ledger.com/code_repository: https://github.com/LedgerHQ/device-sdk-ts
ledger.com/documentation: https://developers.ledger.com/docs/device-interaction/integration/ldmk
jira/project-key: DSDK
labels:
ledger.com/contains_pii: "no"
ledger.com/donjon_review: "on-demand"
license: Apache-2.0
spec:
type: library
lifecycle: production
owner: group:live-devices
system: ledger-device-management-kit
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ts-device-management-kit
description: Device Management Kit Library
tags:
- typescript
- library
- device-management-kit
- npm
spec:
type: library
lifecycle: production
owner: group:live-devices
system: ledger-device-management-kit
subComponentOf: ts-device-management-kit
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ts-device-signer-kit-ethereum
description: Signer Kit for ETH
spec:
type: library
lifecycle: production
owner: group:live-devices
system: ledger-device-management-kit
subComponentOf: ts-device-management-kit
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ts-device-signer-kit-ethereum
description: Signer Kit for ETH
spec:
type: library
lifecycle: production
owner: group:live-devices
system: ledger-device-management-kit
subComponentOf: ts-device-management-kit
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ts-context-module
description: Module for adding context to transactions
tags:
- typescript
- cal-service
- clear-signing
- npm
spec:
type: library
lifecycle: production
owner: group:live-devices
system: ledger-device-management-kit
subComponentOf: ts-device-management-kit

0 comments on commit 3db5572

Please sign in to comment.