From 6eca978e56025cb173d720b2ab6149d19dc76955 Mon Sep 17 00:00:00 2001 From: Dev Batwada Date: Fri, 20 Mar 2026 02:05:21 +0530 Subject: [PATCH] chore: add Backstage catalog-info.yaml for service discovery --- catalog-info.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..092ec55f6e --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,21 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: react-datepicker + description: '[![npm version](https://badge.fury.io/js/react-datepicker.svg)](https://badge.fury.io/js/react-datepicker)' + annotations: + github.com/project-slug: Spaced-Out/react-datepicker + backstage.io/techdocs-ref: dir:. + tags: + - nodejs + - react + - express + links: + - url: https://github.com/Spaced-Out/react-datepicker + title: GitHub Repository + icon: github +spec: + type: library + lifecycle: production + owner: group:default/sense-engineering + system: system:default/other