Use image maps for k6 Studio component screenshots - #2295
Merged
heitortsergent merged 1 commit intoAug 6, 2026
Conversation
heitortsergent
deleted the
fix/use-image-maps-for-studio-component-screenshots
branch
August 6, 2026 18:58
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.
What
Converts the k6 Studio component docs (Recorder, Generator, browser test editor, Debugger) from static numbered screenshots with plain-text lists to interactive
image_mapswith hoverable annotations.components/recorder.md: moved the five-item window layout list intoimage_mapsfrontmatter, replaced thefigureshortcode withimage-map.components/generator.md: same conversion. Also updated the layout description to match the 2.0 UI: Add rule and the new Autocorrelate button now live next to Test rules instead of under Generator options.components/browser-editor.md: same conversion. This page previously had no screenshot at all.components/debugger.md: restored the three image maps (overview, HTTP test results, browser test results) that were replaced with numbered lists in k6 Studio 2.0 docs #2282, now pointing at the 2.0 screenshots with repositioned annotation points.All maps reference the new
screenshot-k6-studio-2.0-*media assets.Why
The 2.0 docs restructure (#2282) shipped numbered screenshots with matching ordered lists. Image maps keep the screenshots clean and let readers hover each region for details instead of cross-referencing numbers with a list below the image.