From 152c2a4847154265a9b66e328bf90a745a7d8510 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Wed, 21 Feb 2024 16:01:17 -0500 Subject: [PATCH] feat: adding catalog-info.yml (#294) --- catalog-info.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 0000000..c09ff44 --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,24 @@ +# 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-learner-dashboard' + description: 'The Microfrontend for the course listing interface allowing learners to view and act upon enrollments.' + links: + - url: 'https://github.com/openedx/frontend-app-learner-dashboard/blob/master/README.rst' + title: 'Documentation' + icon: 'Article' + annotations: + # (Optional) Annotation keys and values can be whatever you want. + # We use it in Open edX repos to have a comma-separated list of GitHub user + # names that might be interested in changes to the architecture of this + # component. + openedx.org/arch-interest-groups: "" + # This can be multiple comma-separated projects. + openedx.org/add-to-projects: "openedx:23" +spec: + type: 'service' + lifecycle: 'production' + owner: 2U-aperture +# (Optional) An array of different components or resources.