You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/utils/options/sources/typedoc.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,10 @@ export function addTypeDocOptions(options: Pick<Options, "addDeclaration">) {
266
266
name: "cname",
267
267
help: "Set the CNAME file text, it's useful for custom domains on GitHub Pages.",
268
268
});
269
+
options.addDeclaration({
270
+
name: "sourceLinkTemplate",
271
+
help: "Specify a link template to be used when generating source urls. If not set, will be automatically created using the git remote. Supports {path}, {line}, {gitRevision} placeholders.",
272
+
});
269
273
options.addDeclaration({
270
274
name: "gitRevision",
271
275
help: "Use specified revision instead of the last revision for linking to GitHub/Bitbucket source files.",
0 commit comments