Skip to content

Commit

Permalink
docs: Add a catalog-info.yaml file.
Browse files Browse the repository at this point in the history
Kyle will maintain this until we can get rid of it as a part of the
legacy UI deprecation.
  • Loading branch information
feanil committed Dec 16, 2024
1 parent 3b25266 commit 7e7f04a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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:
# (Required) Must be the name of the repo, without the owning organization.
name: 'edx-ui-toolkit'
spec:
owner: user:kdmccormick
type: 'library'
lifecycle: 'deprecated'
dependencyOf:
- 'edx-platform'
- 'edx-ora2'

0 comments on commit 7e7f04a

Please sign in to comment.