From 9675a6e9a94f4a08bc201bd5bca60d65162be702 Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Wed, 22 May 2024 21:38:21 +0530 Subject: [PATCH] chore: Adds catalog-info.yml for the project Signed-off-by: Farhaan Bukhsh --- catalog-info.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..34b9e99c --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +# 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: + name: "frontend-app-gradebook" + description: "The frontend (MFE) for Open edX Gradebook" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: user:farhaanbukhsh + type: 'website' + lifecycle: 'experimental'