Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: overhangio/tutor-mfe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c29808b9b7ae883601590caa52c97a3c15a6f59b
Choose a base ref
..
head repository: overhangio/tutor-mfe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1fac12f8cb715ebbaf7419b99ebca9b69649e8a
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 README.rst
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -126,10 +126,10 @@ MFE management
Adding new MFEs
~~~~~~~~~~~~~~~

**Warnings**
⚠️ **Warnings**

- As of Tutor v16 (Palm release) it is no longer possible to add new MFEs by creating ``*_MFE_APP`` settings. Instead, users must implement the approach described here.
- As of Tutor v17 (Quince release) you must use the git URL of your MFE repository (one ending in ``.git``) in the plugin. Otherwise the plugin build will fail.
- As of Tutor v16 (Palm release) it is no longer possible to add new MFEs by creating ``*_MFE_APP`` settings. Instead, users must implement the approach described below.
- As of Tutor v17 (Quince release) you must make sure that the git URL of your MFE repository ends with ``.git``. Otherwise the plugin build will fail.

Other MFE developers can take advantage of this plugin to deploy their own MFEs. To declare a new MFE, create a Tutor plugin and add your MFE configuration to the ``tutormfe.hooks.MFE_APPS`` filter. This configuration should include the name, git repository (and optionally: git branch or tag) and development port. For example::