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
Both of those options are conversion-time options, which means that in packages mode they need to be set within the child projects, not at the top level.
// typedoc.jsonc{"packageOptions": {// set in here, or within each package}}
TypeDoc really probably ought to check for options which are set at the packages level when running in packages mode and produce a warning if they will not have any effect
This is the output of
typedoc --show-config
$ typedoc --show-config
when running typedoc in github actions the generated link for defined in, uses commit hash, resulting in generating new files on each merge, like this
I expected the generated link is free of the commit hash, either by using
gitRevision
orsourceLinkTemplate
even when running typedoc locally, relative links are generated,
sourceLinkTemplate
is not used at allEnv
node: v22.12.0
typedoc: 0.27.6
The text was updated successfully, but these errors were encountered: