Add full-vs-lean link-check matrix for docsy.dev#2661
Merged
Conversation
- Contributes to google#2659. - Adds `scripts/link-check-matrix.mjs`: builds the site full and lean (`td.lean_render=remove`), times the build + htmltest per cell, and diffs the checked-link sets to confirm lean drops no internal links. Non-destructive: seeds the htmltest cache read-only and builds into temp dirs, leaving `public/` and the committed refcache untouched. - Adds npm scripts `check:links:matrix` (the comparison) and `check:links:lean` (+ `precheck:links:lean`) for the single-cell lean path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docsy.dev/scripts/link-check-matrix.mjs: builds the site full and lean (td.lean_render=remove), times build + htmltest per cell, and diffs the checked-link sets to confirm lean drops no internal links. Non-destructive — seeds the htmltest cache read-only and builds into temp dirs, leavingpublic/and the committed refcache untouched.check:links:matrix(the comparison) andcheck:links:lean/precheck:links:lean(single-cell lean path).version_menu_pagelinkstargets surfaced once instead of per page (the documented version-menu boundary). Routinecheck:links:leanadoption is left for a follow-up.