From 743dea96daa88bebf2bd4f329948ffde0a748136 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Sat, 18 Dec 2021 23:36:04 -0500 Subject: [PATCH] DOC: add tljh-db plugin to list --- docs/contributing/plugins.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/contributing/plugins.rst b/docs/contributing/plugins.rst index 678fa9c..ecbf398 100644 --- a/docs/contributing/plugins.rst +++ b/docs/contributing/plugins.rst @@ -133,12 +133,13 @@ If you are looking for a way to extend or customize your TLJH deployment, you mi Here is a non-exhaustive list of known TLJH plugins: -- `tljh-pangeo `_: TLJH plugin for setting up the Pangeo Stack -- `tljh-voila-gallery `_: TLJH plugin that installs a gallery of VoilĂ  dashboards +- `tljh-pangeo `_: TLJH plugin for setting up the Pangeo Stack. +- `tljh-voila-gallery `_: TLJH plugin that installs a gallery of VoilĂ  dashboards. - `tljh-repo2docker `_: TLJH plugin to build multiple user environments with `repo2docker `_. - `tljh-shared-directory `_: TLJH plugin which sets up a *shared directory* - for the Hub users in ``/srv/scratch``. + for the Hub users in ``/srv/scratch``. +- `tljh-db `_: TLJH plugin for working with mysql databases. If you have authored a plugin, please open a PR to add it to this list!