From 02e7f3e4c64f56a6d5c615d41814e0d308130a3a Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Mon, 11 Dec 2023 02:59:25 +1100 Subject: [PATCH] Add documentation link --- client/src/components/title-bar/TitleBar.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/components/title-bar/TitleBar.tsx b/client/src/components/title-bar/TitleBar.tsx index 3b48c65c..8c9eb7d0 100644 --- a/client/src/components/title-bar/TitleBar.tsx +++ b/client/src/components/title-bar/TitleBar.tsx @@ -92,6 +92,15 @@ export const TitleBar = () => { action: () => open(`${docs}/changelog-${version}.md`, "_blank"), }, + { + name: "Open documentation", + key: "documentation", + action: () => + open( + `https://path-visualiser.github.io/docs/overview/`, + "_blank" + ), + }, ], }, ].map(({ key, items }) => (