From 2a31c1e9a7c250ad77cd1fbc358f4cc9136089d4 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Tue, 18 Jun 2019 14:31:52 -0700 Subject: [PATCH] Adding link to JupyterLab FAQ in our RTD. --- packages/help-extension/src/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/help-extension/src/index.tsx b/packages/help-extension/src/index.tsx index 5e154c304aa3..6e4f40dc2aa9 100644 --- a/packages/help-extension/src/index.tsx +++ b/packages/help-extension/src/index.tsx @@ -65,7 +65,10 @@ const RESOURCES = [ url: 'https://jupyterlab.readthedocs.io/en/stable/' }, { - text: 'Jupyter Documentation', + text: 'JupyterLab FAQ', + url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html' + }, + { url: 'https://jupyter.org/documentation' }, {