diff --git a/README.md b/README.md index 202a77e..0d1a978 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Distro plugin for [Tutor](https://docs.tutor.overhang.io) -## What is distro -Distro is a tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use +This plugin is a tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution. diff --git a/docs/how_to_customize_distro.rst b/docs/how_to_customize_distro.rst index 3d84e34..7af2eff 100644 --- a/docs/how_to_customize_distro.rst +++ b/docs/how_to_customize_distro.rst @@ -50,6 +50,10 @@ General Settings | | | | Name(s) for enable theme(s) | - bragi | +--------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ +| **DISTRO_EXTRA_COMMANDS** |.. code-block:: yml | +| | | +| Add any tutor command which need to be executed | - tutor plugins install mfe && tutor plugins enable | ++--------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | **DISTRO_EXTRA_MIDDLEWARES** |.. code-block:: yml | | | | | Add any middleware to openedx setting MIDDLEWARE | - middleware.test.1 |