jsr icon indicating copy to clipboard operation
jsr copied to clipboard

documentation generator shouldnt resolve jsr imports

Open crowlKats opened this issue 1 year ago • 2 comments
trafficstars

This breaks linking to other jsr packages. We would need to somehow reverse lookup export maps of all dependencies, which is not ideal. The documentaiton generator should rather not have resolved jsr dependecy URLs so we can properly link to dependencies and their symbols used. Related to #384

crowlKats avatar Apr 17 '24 12:04 crowlKats

Unblocked by https://github.com/jsr-io/jsr/pull/398

lucacasonato avatar Apr 19 '24 10:04 lucacasonato

I assume this is the issue which I am observing on this documentation page, where the link to a type Release from another JSR package is broken:

https://jsr.io/@kellnerd/musicbrainz/~/Release 404s, it should be https://jsr.io/@kellnerd/musicbrainz/doc/~/Release

Please let me know in case that is another problem and I can create a separate issue.

kellnerd avatar Jul 08 '24 10:07 kellnerd

This issue is fixed, but I pulled @kellnerd's issue into #824

lucacasonato avatar Nov 08 '24 13:11 lucacasonato