Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

docs: add catalog info #193

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions catalog-info.yml
Original file line number Diff line number Diff line change
@@ -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-program-console'
description: "A micro-frontend for administering edX program membership and reporting."
links:
- url: "https://github.com/openedx/frontend-app-program-console"
title: "frontend-app-program-console GitHub Repository"
icon: "Web"
spec:
owner: group:2u-cosmonauts
type: 'website'
lifecycle: 'production'
dependsOn:
- 'registrar'
Loading