Skip to content

Commit 110861d

Browse files
committed
fix sourceLinkTemplate
1 parent b3ff438 commit 110861d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/js-api-generator/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ const typeDocConfigBaseOptions: Partial<TypeDocOptions> = {
3232
categorizeByGroup: true,
3333
cleanOutputDir: true,
3434
// disableSources: false,
35-
sourceLinkTemplate:
36-
'https://github.com/tauri-apps/{repository}/blob/{gitRevision}/{path}#L{line}',
3735
sort: ['source-order'],
3836
highlightLanguages: ['typescript', 'javascript', 'json', 'bash', 'shell', 'rust', 'toml'],
3937
};

0 commit comments

Comments
 (0)