Browse Source

Merge pull request #9892 from palewire/help-links

Added Forum to help menu. Fixes #8678
Steven Silvester 4 years ago
parent
commit
3385b963ec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/help-extension/src/index.tsx

+ 4 - 0
packages/help-extension/src/index.tsx

@@ -117,6 +117,10 @@ function activate(
       text: trans.__('Jupyter Reference'),
       text: trans.__('Jupyter Reference'),
       url: 'https://jupyter.org/documentation'
       url: 'https://jupyter.org/documentation'
     },
     },
+    {
+      text: trans.__('Jupyter Forum'),
+      url: 'https://discourse.jupyter.org/c/jupyterlab'
+    },
     {
     {
       text: trans.__('Markdown Reference'),
       text: trans.__('Markdown Reference'),
       url: 'https://commonmark.org/help/'
       url: 'https://commonmark.org/help/'