-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding catalog-info.yml (#294)
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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-learner-dashboard' | ||
description: 'The Microfrontend for the course listing interface allowing learners to view and act upon enrollments.' | ||
links: | ||
- url: 'https://github.com/openedx/frontend-app-learner-dashboard/blob/master/README.rst' | ||
title: 'Documentation' | ||
icon: 'Article' | ||
annotations: | ||
# (Optional) Annotation keys and values can be whatever you want. | ||
# We use it in Open edX repos to have a comma-separated list of GitHub user | ||
# names that might be interested in changes to the architecture of this | ||
# component. | ||
openedx.org/arch-interest-groups: "" | ||
# This can be multiple comma-separated projects. | ||
openedx.org/add-to-projects: "openedx:23" | ||
spec: | ||
type: 'service' | ||
lifecycle: 'production' | ||
owner: 2U-aperture | ||
# (Optional) An array of different components or resources. |