From 5c594ef7fbdaa28e0f22ffc481f377d6fd1ff498 Mon Sep 17 00:00:00 2001 From: Hamza Shafique Date: Wed, 24 Jul 2024 17:03:48 +0500 Subject: [PATCH 1/2] docs: add catalog-info.yml --- 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 000000000..ceed27abd --- /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-publisher' + description: 'The Microfrontend for the course publisher facilitates the creation and curation of marketing content.' + links: + - url: 'https://github.com/openedx/frontend-app-publisher' + title: 'frontend-app-publisher GitHub Repository' + icon: 'Web' +spec: + owner: group:2u-phoenix + type: 'service' + lifecycle: 'production' + dependsOn: + - course-discovery From f0fcbf8ccdaa3b9a19b8234502e594cd28787b5b Mon Sep 17 00:00:00 2001 From: Hamza Shafique Date: Wed, 24 Jul 2024 19:00:51 +0500 Subject: [PATCH 2/2] fix: catalog-info dependsOn --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index ceed27abd..ce6a9b7d1 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -15,4 +15,4 @@ spec: type: 'service' lifecycle: 'production' dependsOn: - - course-discovery + - course-discovery