Skip to content

Commit f7e112e

Browse files
authored
docs: Add a catalog-info.yaml file. (#467)
Kyle will maintain this until we can get rid of it as a part of the legacy UI deprecation.
1 parent e08a4c7 commit f7e112e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

catalog-info.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file records information about this repo. Its use is described in OEP-55:
2+
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
3+
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Component
6+
metadata:
7+
# (Required) Must be the name of the repo, without the owning organization.
8+
name: 'edx-ui-toolkit'
9+
spec:
10+
owner: user:kdmccormick
11+
type: 'library'
12+
lifecycle: 'deprecated'
13+
dependencyOf:
14+
- 'edx-platform'
15+
- 'edx-ora2'

0 commit comments

Comments
 (0)