From 3c0075019179285d1fb8488caf2474022594ffed Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 16 Dec 2024 14:41:08 -0500 Subject: [PATCH] docs: Add a catalog-info.yaml file. Kyle will maintain this until we can get rid of it as a part of the legacy UI deprecation. --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..c6a24996 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + # (Required) Must be the name of the repo, without the owning organization. + name: 'edx-ui-toolkit' +spec: + owner: user:kdmccormick + type: 'library' + lifecycle: 'deprecated' + dependencyOf: + - 'edx-platform' + - 'edx-ora2'