From da971da2fab95b2429df5d0af1a48419e102ad6a Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Wed, 5 Jun 2024 17:44:17 +0100 Subject: [PATCH] chore: add catalog-info.yaml --- catalog-info.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..9007742 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,21 @@ +# 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: 'openedx-wordpress-ecommerce' + description: "A free and open-source WordPress plugin that allows you to integrate WooCommerce with your Open edX platform." + links: + - url: "https://github.com/openedx/openedx-wordpress-ecommerce" + title: "Repository" + icon: "Web" + - url: "https://docs.openedx.org/projects/wordpress-ecommerce-plugin/en/latest/" + title: "Documentation" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "feanil,felipemontoya,mafermazu" +spec: + owner: user:mafermazu + type: 'library' + lifecycle: 'production'