mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add external Link to Documentation in Help menu
This commit is contained in:
parent
f67c8a7fe9
commit
3c0b7de48b
@ -185,6 +185,12 @@ export function buildMenu(windowManager: WindowManager) {
|
|||||||
navigate(whatsNewURL())
|
navigate(whatsNewURL())
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Documentation",
|
||||||
|
click: async () => {
|
||||||
|
shell.openExternal('https://docs.k8slens.dev/');
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "License",
|
label: "License",
|
||||||
click: async () => {
|
click: async () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user