Browse Source

Merge pull request #6632 from jasongrout/docs

Fix missing text in #6652 which caused a sort error in js.
Afshin Taylor Darian 5 years ago
parent
commit
46301ae7ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/help-extension/src/index.tsx

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

@@ -69,6 +69,7 @@ const RESOURCES = [
     url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
   },
   {
+    text: 'Jupyter Reference',
     url: 'https://jupyter.org/documentation'
   },
   {