-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add tutor-contrib-aspects to palm and quince
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# This is the index for all Tutor plugins used by edunext. | ||
# It is available at the following location: https://raw.githubusercontent.com/eduNEXT/tutor-plugin-indexes/main/palm/plugins.yml | ||
# The default plugins from the overhang index: https://overhang.io/tutor/main/palm/plugins.yml | ||
|
||
- name: mfe | ||
src: '-e git+https://github.com/eduNEXT/[email protected]#egg=tutor-mfe' | ||
|
@@ -28,3 +29,11 @@ | |
This plugin is meant to be a collection of experimental changes to the | ||
tutor-mfe configuration. At the moment, it will be the testing ground for | ||
CDN support for MFEs. | ||
- name: aspects | ||
src: 'git+https://github.com/openedx/tutor-contrib-aspects.git' | ||
url: 'https://github.com/openedx/tutor-contrib-aspects.git' | ||
author: The Open edX Community | ||
maintainer: The Open edX Community | ||
description: > | ||
The Open Analytics Reference System. |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# This is the index for all Tutor plugins used by edunext. | ||
# It is available at the following location: https://raw.githubusercontent.com/eduNEXT/tutor-plugin-indexes/main/quince/plugins.yml | ||
# The default plugins from the overhang index: https://overhang.io/tutor/main/quince/plugins.yml | ||
|
||
- name: codejail | ||
src: 'git+https://github.com/eduNEXT/[email protected]#egg=tutor-contrib-codejail' | ||
|
@@ -19,3 +20,11 @@ | |
This plugin is meant to be a collection of experimental changes to the | ||
tutor-mfe configuration. At the moment, it will be the testing ground for | ||
CDN support for MFEs. | ||
- name: aspects | ||
src: 'git+https://github.com/openedx/tutor-contrib-aspects.git' | ||
url: 'https://github.com/openedx/tutor-contrib-aspects.git' | ||
author: The Open edX Community | ||
maintainer: The Open edX Community | ||
description: > | ||
The Open Analytics Reference System. |