This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update README and catalog-info.yaml per maintainers pilot. (#207)
- Loading branch information
1 parent
71c3c97
commit 6ecde29
Showing
2 changed files
with
62 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 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: 'Blockstore' | ||
description: "A system for storing versioned, reusable educational content for Open edX." | ||
annotations: | ||
# (Optional) Annotation keys and values can be whatever you want. | ||
# 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: "bradenmacdonald,ormsbee" | ||
spec: | ||
# Maintained by https://github.com/orgs/openedx/teams/blockstore-maintainers | ||
owner: group:blockstore-maintainers | ||
type: 'library' # Although blockstore can also be used as a service. | ||
lifecycle: 'production' |