mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
8 lines
No EOL
202 B
TypeScript
8 lines
No EOL
202 B
TypeScript
|
|
export function GenerateWorkbenchOperationDocumentationLink(dirname: string) {
|
|
|
|
const [modules, workbenches, ...rest] = dirname.split('/');
|
|
|
|
return 'docs/' + rest.join('/') + '/docs/index.html';
|
|
|
|
} |