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
The references in return / parameter types in the versioned docs are not clickable links.
Investigation shows that this was caused by a breaking change in Typedoc and the API rendering plugin, renaming the id property in a ReferenceType record to target.
The next documentation version works as expected since it generates the typedoc.json file anew (i.e. with target and not id).