Skip to content

Commit 4f7fbd2

Browse files
Merge pull request #155 from festim-dev/help-docs
link to documentation
2 parents ef127a3 + b29cb8f commit 4f7fbd2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/App.jsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,11 +1119,13 @@ const DnDFlow = () => {
11191119
const pathsimVersion = versionInfo?.pathsim_version || 'Loading...';
11201120
const fcsVersion = versionInfo?.pathview_version || 'Loading...';
11211121

1122-
const message = `Help documentation coming soon!\n\n` +
1123-
`Version Information:\n` +
1122+
const message = `Version Information:\n` +
11241123
`• PathSim: ${pathsimVersion}\n` +
11251124
`• PathView: ${fcsVersion}\n\n`;
11261125

1126+
// Open the documentation URL in a new tab
1127+
window.open('https://festim-dev.github.io/PathView/usage.html', '_blank');
1128+
11271129
alert(message);
11281130
}}
11291131
title="Get help, documentation, and version information"

0 commit comments

Comments
 (0)