Changelog

jsr-io/jsr · · 1 commit

JSR skips wasteful docs probes

Frontend avoids hitting the docs API for non-latest versioned doc URLs and tells crawlers not to index them.

Avoid probing docs for non-latest versions (crowlKats0976443)

The frontend now checks a package’s latest unyanked version before requesting docs, so pinned versioned doc URLs no longer trigger guaranteed-failing API calls. That should cut a large amount of wasted crawler traffic while preserving redirects for docs and rendering version pages without docs when needed.

Other misc changes

  • Added a robots.txt rule to disallow crawling versioned doc paths.