From 2f042e81c65a0bec5a3cdf2cd6960d74a2468bce Mon Sep 17 00:00:00 2001 From: Frederico Estrela Gaiva Date: Mon, 11 Dec 2023 16:11:20 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20adds=20info=20to?= =?UTF-8?q?=20backstage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catalog-info.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..730ff60 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,24 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component + +metadata: + name: miro-websdk-react-hooks + title: Miro WebSDK React hooks + description: Collection of React Hooks wrappers for Miro WebSDK + annotations: + backstage.io/techdocs-ref: dir:. + github.com/project-slug: miroapp/miro-react-hooks + tags: [] + links: [] + +spec: + type: library + owner: developer-platform-web-sdk + criticality: low + lifecycle: production + dependsOn: + - component:platform-internal-sdk-v2 + operations: + region: eu + support: full \ No newline at end of file