1
0
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:
Mario Sarcher 2020-10-29 08:58:00 +01:00
parent f67c8a7fe9
commit 3c0b7de48b

View File

@ -185,6 +185,12 @@ export function buildMenu(windowManager: WindowManager) {
navigate(whatsNewURL())
},
},
{
label: "Documentation",
click: async () => {
shell.openExternal('https://docs.k8slens.dev/');
},
},
{
label: "License",
click: async () => {