### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Docs are **not** easily discoverable from the IDE. ### Proposed solution It would be nice if each public API had a link in its jsdoc pointing to the docs. e.g. `@see {@link https://v20.angular.dev/api/…}` The link would then be visible to anyone hovering a public API in most IDEs. It would be useful because: - it can target the right version directly - users get less hijacked by other resources by searching or prompting - users might read the docs more frequently