From b1c2c1f7b32412d5ad56b9eca058aa94c0ebf8ff Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Tue, 5 Mar 2024 09:25:08 -0500 Subject: [PATCH] chore: create catalog-info.yaml (#1315) * chore: create catalog-info.yaml * chore: update catalog-info.yaml --- catalog-info.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..46cf7a19ab --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +# 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-learning' + description: "This is the Learning MFE, which renders all learner-facing course pages." + links: + - url: "https://github.com/openedx/frontend-app-learning" + title: "Learning MFE" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:2u-aurora + type: 'website' + lifecycle: 'production'