From f269320ff646219edbc7304d8208840a8b184dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Malinowski?= Date: Thu, 6 Jun 2024 18:01:36 +0100 Subject: [PATCH] Create catalog-info.yaml --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..91b32d4 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: dedi-web + title: Dedi-Web + description: A client only Q-Range calculator + annotations: + backstage.io/techdocs-ref: dir:. + github.com/project-slug: DiamondLightSource/dedi-web + tags: + - web + - Typescript +spec: + type: Application + lifecycle: production + owner: group:data-analysis \ No newline at end of file