Skip to content

Commit 86fcac3

Browse files
author
Overhang.IO
committed
Merge remote-tracking branch 'origin/master' into nightly
2 parents 120e18a + 455bd21 commit 86fcac3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ To disable an existing MFE, remove the corresponding entry from the ``MFE_APPS``
150150
def _remove_some_my_mfe(mfes):
151151
mfes.pop("account")
152152
mfes.pop("profile")
153-
...
153+
return mfes
154154

155155
Adding custom translations to your MFEs
156156
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -329,6 +329,8 @@ This works for custom MFEs, as well. For example, if you added your own MFE name
329329

330330
Similarly, in production, the "mfe" Docker image will be rebuilt automatically during ``tutor local launch``.
331331

332+
Note: the name of the bind-mount folder needs to match the name of the repository word-for-word. If you've forked an MFE repository with a custom name, be sure to change the name back to ensure the bind-mount works properly.
333+
332334
Uninstall
333335
---------
334336

0 commit comments

Comments
 (0)