Skip to content

Commit 4b146c1

Browse files
committed
Fix help menu and reference snapshots
1 parent 02caaa0 commit 4b146c1

16 files changed

+5
-5
lines changed

packages/help-extension/schema/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
{
1414
"type": "separator",
15-
"rank": 10
15+
"rank": 1
1616
},
1717
{
1818
"command": "help:shortcuts",
19-
"rank": 11
19+
"rank": 20
2020
}
2121
]
2222
}

packages/help-extension/src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
168168
}));
169169

170170
if (menu) {
171-
menu.helpMenu.addGroup(resourcesGroup, 20);
171+
menu.helpMenu.addGroup(resourcesGroup, 30);
172172
}
173173
}
174174
};

packages/lab-extension/schema/interface-switcher.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"items": [
1212
{
1313
"command": "jupyter-notebook:open-notebook",
14-
"rank": 1
14+
"rank": 10
1515
},
1616
{
1717
"command": "jupyter-notebook:open-lab",
18-
"rank": 1
18+
"rank": 10
1919
}
2020
]
2121
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)