Skip to content

Commit

Permalink
Add documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Dec 10, 2023
1 parent aa30fa2 commit 02e7f3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/src/components/title-bar/TitleBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => (
Expand Down

0 comments on commit 02e7f3e

Please sign in to comment.