From 8548cd4a67ee8ae1e8ef6b1ff583172b36d21794 Mon Sep 17 00:00:00 2001 From: Diana Catalina Olarte Date: Fri, 3 May 2024 16:42:02 +1000 Subject: [PATCH] docs: add feedback --- README.md | 3 +-- docs/how_to_customize_distro.rst | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 |