openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

fix: include plugin docs in index #286

Closed rgraber closed 1 year ago

rgraber commented 1 year ago

Description:

Adds the plugins docs to the main index. This will make fixing the links in https://github.com/openedx/edx-django-utils/pull/278 easier. It follows the same pattern as was used in the monitoring docs. It's a bit clunky but it does work. See the docs/maintenance README for why this approach was chosen.