docs: add Navigation Inspector and runtime-data insight screenshots#94628
Open
aurorascharff wants to merge 2 commits into
Open
docs: add Navigation Inspector and runtime-data insight screenshots#94628aurorascharff wants to merge 2 commits into
aurorascharff wants to merge 2 commits into
Conversation
Adds two screenshots to the instant-navigation guide that follow up on Joseph's docs PR (#93204): - Navigation Inspector panel shown in its three states (idle, awaiting navigation, navigation captured) - Dev overlay's runtime-data insight on a blocking /shop/[slug] route Images live at /docs/{light,dark}/inspector-states.png and /docs/{light,dark}/instant-runtime-data-insight.png in the docs blob.
Contributor
Stats skippedCommit: 5f7c3d8 |
Contributor
Tests PassedCommit: 5f7c3d8 |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Instant navigation guide to include new screenshots that illustrate DevTools features referenced in the walkthrough, making the guidance easier to follow visually.
Changes:
- Adds a screenshot showing the Navigation Inspector panel in multiple states after the configuration snippet.
- Replaces a TODO with a screenshot of the dev overlay “runtime-data” insight in the “Fixing a navigation that blocks” walkthrough.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Crops whitespace from both screenshots and uploads them under new filenames to invalidate the blob cache: - inspector-states.png → inspector-states-cropped.png - instant-runtime-data-insight.png → instant-runtime-data-insight-cropped.png
icyJoseph
previously approved these changes
Jun 9, 2026
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?
Adds two screenshots to the instant-navigation guide that follow up on Joseph's docs PR (#93204):
Start Capturing, awaiting a navigation while capturing, prefetched UI frozen for the last navigation) — placed right after the Navigation Inspector config snippet./shop/[slug]route — placed in Step 1 of the walkthrough.Where do the images live?
Uploaded to the docs blob at:
/docs/light/inspector-states.png+/docs/dark/inspector-states.png/docs/light/instant-runtime-data-insight.png+/docs/dark/instant-runtime-data-insight.pngNotes