Skip to content

Commit

Permalink
Added Forum to help menu. Fixes #8678
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 3, 2021
1 parent 9cdb1fa commit 1c4b9d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/help-extension/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,14 @@ function activate(
text: trans.__('Jupyter Reference'),
url: 'https://jupyter.org/documentation'
},
{
text: trans.__('Jupyter Forum'),
url: 'https://discourse.jupyter.org/c/jupyterlab'
},
{
text: trans.__('Markdown Reference'),
url: 'https://commonmark.org/help/'
}
},
];

resources.sort((a: any, b: any) => {
Expand Down

0 comments on commit 1c4b9d3

Please sign in to comment.