Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update references in plugin docs #267

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/developers/concepts/platform_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ New Plugin
Plugins can be built independently of the core platform and do not require review from the Open edX team to build or use.
If you want to add a new feature outside of courseware (learner/educator/operator experience) a new platform plugin might be a great option for you.

Check out `this overview of our Django plugin design <https://github.com/edx/edx-django-utils/blob/master/edx_django_utils/plugins/docs/decisions/0001-plugin-contexts.rst>`_ to get started.
Check out `the plugins README <https://github.com/openedx/edx-django-utils/blob/master/edx_django_utils/plugins/README.rst#plugin-apps>`_ to get started.

For an example of an existing plugin, check out `event-routing-backends <https://github.com/openedx/event-routing-backends>`_.

New update to the core platform
===============================
Expand Down