From d10fb9d8146145815638722ae657525774a0deee Mon Sep 17 00:00:00 2001 From: Zacharis278 Date: Tue, 23 Jul 2024 12:36:29 -0400 Subject: [PATCH] docs: add catalog info --- catalog-info.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 0000000..5e1a9cb --- /dev/null +++ b/catalog-info.yml @@ -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-program-console' + description: "A micro-frontend for administering edX program membership and reporting." + links: + - url: "https://github.com/openedx/frontend-app-program-console" + title: "frontend-app-program-console GitHub Repository" + icon: "Web" +spec: + owner: group:2u-cosmonauts + type: 'website' + lifecycle: 'production' +dependsOn: + - 'registrar'