Skip to content

Commit

Permalink
chore(backstage): add catalog-info.yaml config file (#164)
Browse files Browse the repository at this point in the history
* Add catalog-info.yaml config file

* Update catalog-info.yaml
  • Loading branch information
shubhamp-sf authored Aug 1, 2023
1 parent e101914 commit d2e0c5e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: loopback4-soft-delete
annotations:
github.com/project-slug: sourcefuse/loopback4-soft-delete
namespace: arc
description: A LoopBack 4 Extension for soft delete feature.
tags:
- soft-delete
- loopback
- extension
links:
- url: https://npmjs.com/package/loopback4-soft-delete
title: NPM Package
- url: https://loopback.io/doc/en/lb4/Extending-LoopBack-4.html#overview
title: Extending LoopBack
spec:
type: component
lifecycle: production
owner: sourcefuse

0 comments on commit d2e0c5e

Please sign in to comment.