From a2d9eb220c7eb4ce4e2612313e67f4a5e004bda6 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 5 Nov 2021 01:30:31 +0530 Subject: [PATCH] Add retrolab support to link generator Fixes https://github.com/jupyterhub/nbgitpuller/issues/224 --- docs/_static/link_gen/link.js | 4 ++++ docs/link.rst | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/docs/_static/link_gen/link.js b/docs/_static/link_gen/link.js index dd371c81..f5e11e2d 100644 --- a/docs/_static/link_gen/link.js +++ b/docs/_static/link_gen/link.js @@ -80,6 +80,10 @@ var apps = { title: 'Classic Notebook', generateUrlPath: function (path) { return 'tree/' + path; }, }, + retrolab: { + title: 'RetroLab', + generateUrlPath: function (path) { return 'retro/tree/' + path; }, + }, jupyterlab: { title: 'JupyterLab', generateUrlPath: function (path) { return 'lab/tree/' + path; } diff --git a/docs/link.rst b/docs/link.rst index a39395d3..fff43a2c 100644 --- a/docs/link.rst +++ b/docs/link.rst @@ -131,6 +131,12 @@ Use the following form to create your own ``nbgitpuller`` links. Classic Jupyter Notebook +
+ + +