From 0dedbbd589c61ce81d51edfb53e88735e2c5adf1 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 14 Feb 2025 14:33:40 -0500 Subject: [PATCH] docs: Document the owner and drop the old metadata file. This is going to be changing soon with the module federation work so I think it makes sense to be maintained by the committers-frontend group. I'm also cleaning up the old openedx.yaml file which is obsolete and out of date while I'm adding the new metadata that should be up-to-date. --- catalog-info.yaml | 14 ++++++++++++++ openedx.yaml | 8 -------- 2 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 catalog-info.yaml delete mode 100644 openedx.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..ad7e893f5 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +# 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-component-header" + description: "A generic header for the Open edX micro-frontend applications." + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:committers-frontend + type: "library" + lifecycle: "production" diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 26f244d59..000000000 --- a/openedx.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# openedx.yaml - ---- -owner: edx/fedx-team -tags: - - library - - component - - react