Gallery conversion for Sandcastle v2 #12752
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.
Description
This is inherently a big PR. We have over 250 sandcastle examples and in the new format they are each 4 files. To help facilitate review I've intentionally broken the change into 3 commits
This should hopefully make reviewing easier but it also should help with running the script again later if we need to. I know there's a chance new sandcastles get created or updated outside this effort. We will do a final content pass later to give them all a final cleanup but for now it should be mostly automated. I'm leaving the script in the repo for now but plan to remove it as well once we can make the switch.
Issue number and link
Part of #12566
Testing plan
npm run dev
from the sandcastle package ornpm run build-sandcastle
andnpm start
from the repo rootAuthor checklist
CONTRIBUTORS.md
CHANGES.md
with a short summary of my change