We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684060c commit 52703adCopy full SHA for 52703ad
packages/js-api-generator/build.ts
@@ -32,8 +32,6 @@ const typeDocConfigBaseOptions: Partial<TypeDocOptions> = {
32
categorizeByGroup: true,
33
cleanOutputDir: true,
34
// disableSources: false,
35
- sourceLinkTemplate:
36
- 'https://github.com/tauri-apps/{repository}/blob/{gitRevision}/{path}#L{line}',
37
sort: ['source-order'],
38
highlightLanguages: ['typescript', 'javascript', 'json', 'bash', 'shell', 'rust', 'toml'],
39
};
0 commit comments