From aa22772fe07722a246f9d2ff9295e393ec94eceb Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sat, 9 Nov 2024 11:19:09 +0330 Subject: [PATCH] chore: catalog info added --- catalog-info.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..e5060e9 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,12 @@ +# 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: "acid-block" + description: "An XBlock for testing XBlock Runtimes." +spec: + owner: codewithemad + type: XBlock + lifecycle: production