mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
fix sourceLinkTemplate
This commit is contained in:
@@ -32,8 +32,6 @@ const typeDocConfigBaseOptions: Partial<TypeDocOptions> = {
|
||||
categorizeByGroup: true,
|
||||
cleanOutputDir: true,
|
||||
// disableSources: false,
|
||||
sourceLinkTemplate:
|
||||
'https://github.com/tauri-apps/{repository}/blob/{gitRevision}/{path}#L{line}',
|
||||
sort: ['source-order'],
|
||||
highlightLanguages: ['typescript', 'javascript', 'json', 'bash', 'shell', 'rust', 'toml'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user