From 01d945e5737c8ce6077d8c4d59f40e79bbdce964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gro=C3=9Fe?= Date: Mon, 24 Jun 2024 13:26:59 +0200 Subject: [PATCH] chore: add backstage file --- catalog-info.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..a15af51 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: custom-widget examples + description: Some examples how to use the third party widget framework + annotations: + github.com/project-slug: Staffbase/custom-widget-examples + tags: + - widgets + - typescript +spec: + type: library + lifecycle: production + owner: need-for-speed-devs