7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 05:40:48 +00:00
tutor/docs/tutorials/index.rst
Régis Behmo 0d997c9479 feat: auto-mount edx-platform python requirements
These changes make to possible to run:

    tutor mounts add /path/to/my-xblock

The xblock directory with then be auto-magically bind-mounted in the
"openedx" image at build time, and the lms*/cms* containers at run time.

This makes it effectively possible to work as a developer on
edx-platform requirements.

We take the opportunity to move some openedx-specific code to a
dedicated module.

Close https://github.com/openedx/wg-developer-experience/issues/177
2023-12-10 22:57:08 +01:00

34 lines
594 B
ReStructuredText

Tutorials
=========
Open edX customization
----------------------
.. toctree::
:maxdepth: 1
plugin
theming
edx-platform
edx-platform-settings
google-smtp
nightly
System administration
---------------------
.. toctree::
:maxdepth: 1
scale
portainer
podman
proxy
datamigration
multiplatforms
oldreleases
arm64
.. Note: maybe we should create a dedicated tutorial category in the Open edX forum?
.. Other tutorials can be found in the official Tutor forums, `in the "Tutorials" category <https://discuss.overhang.io/c/tutor/tutorials/13>`__.