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 }) => (