apify / apify-client-js

Apify API client for JavaScript / Node.js.
https://docs.apify.com/api/client/js
Apache License 2.0
65 stars 27 forks source link

docs: Missing type links in API reference documentation #591

Open barjin opened 3 days ago

barjin commented 3 days ago

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.