From 3c0b7de48bfc806127597eec893a7edee1f929da Mon Sep 17 00:00:00 2001 From: Mario Sarcher Date: Thu, 29 Oct 2020 08:58:00 +0100 Subject: [PATCH] Add external Link to Documentation in Help menu --- src/main/menu.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/menu.ts b/src/main/menu.ts index 32a78bd9d3..f29870006d 100644 --- a/src/main/menu.ts +++ b/src/main/menu.ts @@ -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 () => {