From 120bf4c4afedda63e831492aae2fc48abf22bf48 Mon Sep 17 00:00:00 2001 From: Dev Batwada Date: Fri, 20 Mar 2026 01:41:40 +0530 Subject: [PATCH] chore: add Backstage catalog-info.yaml for service discovery --- catalog-info.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..3d80ec802 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,19 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: prosemirror + description: This is a well-behaved what-you-see-is-what-you-mean editor based on + annotations: + github.com/project-slug: Spaced-Out/prosemirror + backstage.io/techdocs-ref: dir:. + tags: + - nodejs + links: + - url: https://github.com/Spaced-Out/prosemirror + title: GitHub Repository + icon: github +spec: + type: library + lifecycle: production + owner: group:default/sense-engineering + system: system:default/other