Prerendering guidance organization #35981
Open
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.
Fixes #35904
Dan, I took a look at what we can obviously move, and I only see the Environments section that pertained to a server-side implementation of a normally client-side-only service. That makes a lot of sense to move because it's one of the ways devs can deal with prerendering that's listed in the Prerendering article (the fourth option). So ... that's moved here.
Otherwise, I think we hit a bit of a wall on the rest. The sprinkled-in coverage is tightly bound to the concepts covered for each feature/scenario. Speaking only to the prerendering aspects of these features well in advance of the feature coverage doesn't look like to me that it's going to work ... but ... perhaps we addressed your major concern from the other convo and moved most/all of what we need to move.
One more thing ...
The index is still here. I do put a little blurb there for discussion on how we could 🔪💀 the index in favor of a filtered search, but note that ...
I still like the index because all I need to remember is that it's here. It helped me a few times. Anywho ... I'll leave it there or cut it out 🔪 it when I hear what you'd like to do with it.
Internal previews