ENG-9503: Serve integration docs images locally#6671
Conversation
…os/self-serve-integrations-docs-images
Greptile SummaryThis PR introduces local serving of integration doc screenshots by rewriting raw GitHub URLs to local asset URLs via a new
Confidence Score: 5/5Changes are narrowly scoped to image URL rewriting in the docs pipeline; no data paths, auth flows, or runtime state are affected. The refactoring is a clean extraction of an existing pattern, symlink safety (unlink before re-link) is handled correctly in the shared helper, the rewrite function is a simple idempotent string replace with a fast-path guard, and four targeted tests cover the key invariants. No logic regressions were found. No files require special attention. Important Files Changed
Reviews (4): Last reviewed commit: "add tests here" | Re-trigger Greptile |
Merging this PR will not alter performance
Comparing Footnotes
|
No description provided.