From e88f3245a880a7442c1450ef125eb4a2f716ecde Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Tue, 18 Jun 2019 14:11:39 -0700 Subject: [PATCH 1/2] Point to Jupyter docs landing page. --- packages/help-extension/src/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/help-extension/src/index.tsx b/packages/help-extension/src/index.tsx index cbf1bb1dc19c..5e154c304aa3 100644 --- a/packages/help-extension/src/index.tsx +++ b/packages/help-extension/src/index.tsx @@ -65,8 +65,8 @@ const RESOURCES = [ url: 'https://jupyterlab.readthedocs.io/en/stable/' }, { - text: 'Notebook Reference', - url: 'https://jupyter-notebook.readthedocs.io/en/latest/' + text: 'Jupyter Documentation', + url: 'https://jupyter.org/documentation' }, { text: 'Markdown Reference', @@ -242,7 +242,7 @@ function activate( body, buttons: [ Dialog.createButton({ - label: 'DISMISS', + label: 'Dismiss', className: 'jp-About-button jp-mod-reject jp-mod-styled' }) ] @@ -335,7 +335,7 @@ function activate( body, buttons: [ Dialog.createButton({ - label: 'DISMISS', + label: 'Dismiss', className: 'jp-About-button jp-mod-reject jp-mod-styled' }) ] From 2a31c1e9a7c250ad77cd1fbc358f4cc9136089d4 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Tue, 18 Jun 2019 14:31:52 -0700 Subject: [PATCH 2/2] 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' }, {