Skip to content

docs: Missing type links in API reference documentation #591

@barjin

Description

@barjin

The references in return / parameter types in the versioned docs are not clickable links.

obrazek

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).


Should be fixed in https://github.com/apify/docusaurus-plugin-typedoc-api by introducing fallbacks.

Metadata

Metadata

Assignees

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions