Skip to content

Commit 1b92a31

Browse files
committed
docs: Update the catalog-info.yaml
1 parent 9e47127 commit 1b92a31

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

catalog-info.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
33

44
apiVersion: backstage.io/v1alpha1
5-
kind: ""
5+
kind: "Component"
66
metadata:
77
name: 'sample-plugin'
8-
description: "A sample backend plugin for the Open edX Platform"
8+
description: "A set of examples for plugging into the Open edX Platform"
99
annotations:
1010
# The openedx.org/release key is described in OEP-10:
1111
# https://open-edx-proposals.readthedocs.io/en/latest/oep-0010-proc-openedx-releases.html
@@ -21,18 +21,10 @@ metadata:
2121
spec:
2222

2323
# (Required) This can be a group(`group:<group_name>` or a user(`user:<github_username>`)
24-
owner: ""
24+
owner: "user:feanil"
2525

2626
# (Required) Acceptable Type Values: service, website, library
2727
type: ''
2828

2929
# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
3030
lifecycle: 'experimental'
31-
32-
# (Optional) The value can be the name of any known component.
33-
subcomponentOf: '<name_of_a_component>'
34-
35-
# (Optional) An array of different components or resources.
36-
dependsOn:
37-
- '<component_or_resource>'
38-
- '<another_component_or_resource>'

0 commit comments

Comments
 (0)