From c5d70a0f79b6f38ad63ba8c094f6a28e506e1b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Tue, 21 May 2024 18:02:25 -0400 Subject: [PATCH] chore: add catalog-info.yaml --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..1213304 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: codejail-includes + description: A set of utility modules available in the sandbox environment for course authors to use. + annotations: + openedx.org/arch-interest-groups: moisesgsalas + links: + - url: https://github.com/openedx/codejail-includes + title: Source Code + icon: Code +spec: + owner: user:moisesgsalas + type: library + lifecycle: production + subcomponentOf: codejail