From 01f17934149be8ed1a23dfeca34d529aff06fbe7 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Wed, 19 Jul 2023 10:53:29 -0300 Subject: [PATCH] chore: add 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 0000000..4eeb0a5 --- /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-communications" + description: "A tool used by course teams to communicate with their learners." + links: + - url: "https://github.com/openedx/frontend-app-communications/blob/master/README.rst" + title: "README" + icon: "Article" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:frontend-all + type: "service" + lifecycle: "production"