Skip to content

Commit

Permalink
feat: creating a catalog-info
Browse files Browse the repository at this point in the history
this repository will probably be deprecated but for now creating one.
  • Loading branch information
deborahgu committed Jul 16, 2024
1 parent 0026d45 commit c89ba62
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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: 'edx-milestones'
description: 'The edX milestones Service.'
links:
- url: 'https://github.com/openedx/edx-milestones/blob/master/README.md'
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

0 comments on commit c89ba62

Please sign in to comment.