Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Apr 2, 2024
2 parents afde4d9 + 24e2f0d commit e2bafae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/edx-platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ It is quite possible that your package is not automatically recognized and bind-

To do so, you will need to create a :ref:`Tutor plugin <plugin_development_tutorial>` that implements the :py:data:`tutor.hooks.Filters.MOUNTED_DIRECTORIES` filter::

import tutor import hooks
from tutor import hooks
hooks.Filters.MOUNTED_DIRECTORIES.add_item(("openedx", "my-package"))

After you implement and enable that plugin, ``tutor mounts list`` should display your directory among the bind-mounted directories.
Expand Down

0 comments on commit e2bafae

Please sign in to comment.