Skip to content

Commit 4cfb4c3

Browse files
feat: added catalog-info.yaml file (#451)
* feat: added catalog-info.yaml file * refactor: updated documentation link
1 parent 41d2c52 commit 4cfb4c3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

catalog-info.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
name: 'frontend-platform'
8+
description: "A modest application framework for Open edX micro-frontend applications and their supporting libraries"
9+
links:
10+
- url: "https://github.com/openedx/frontend-platform"
11+
title: "Frontend Platform"
12+
icon: "Code"
13+
- url: "https://openedx.github.io/frontend-platform/"
14+
title: "Documentation"
15+
icon: "Article"
16+
annotations:
17+
openedx.org/arch-interest-groups: "jmbowman"
18+
spec:
19+
owner: group:fed-bom
20+
type: 'library'
21+
lifecycle: 'production'

0 commit comments

Comments
 (0)