From 9ac9f0499777dc2f6d98246a9bfa2ef3e4685e38 Mon Sep 17 00:00:00 2001 From: kafonek Date: Wed, 5 Jun 2019 06:23:08 -0400 Subject: [PATCH] plugin docs update --- docs/contributing/plugins.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/contributing/plugins.rst b/docs/contributing/plugins.rst index a51369b..396d875 100644 --- a/docs/contributing/plugins.rst +++ b/docs/contributing/plugins.rst @@ -21,6 +21,17 @@ points in the application that can be explicitly extended by plugins, balancing the need to change TLJH internals in the future with the stability required for a good plugin ecosystem. +Installing Plugins +================== + +Include ``--plugin `` in the Installer script. See :ref:`topics/customizing-installer#installing-tljh-plugins` for more info. + +Example Plugins +=============== + + - .. tljh-pangeo: https://github.com/yuvipanda/tljh-pangeo + - .. shared-directory: https://github.com/kafonek/tljh-shared-directory + Writing a simple plugins ========================