docs: reorganize migration guide steps - #320
Merged
christianalfoni merged 1 commit intoMar 13, 2026
Merged
Conversation
- Move 'tasks to devcontainer.json' to Step 1 - Move 'prebuilds setup' to Step 2 - Combine 'create branch and codespace' and 'VS Code desktop' into Step 3 - Add sub-sections for web and vscode in Step 3
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
christianalfoni
marked this pull request as ready for review
March 13, 2026 12:09
christianalfoni
changed the base branch from
pr-319
to
neco/repo-deprecation-notice
March 13, 2026 12:11
christianalfoni
merged commit Mar 13, 2026
0cd12d9
into
neco/repo-deprecation-notice
3 checks passed
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.
Summary
This PR reorganizes the migration guide steps in to provide a more logical flow for users migrating from CodeSandbox Repositories to GitHub Codespaces.
Changes
Step Order Reorganization
The steps have been reordered to follow a more intuitive sequence:
**Step 1: Move tasks to ** - This is now the first step since configuring the devcontainer is a prerequisite for the subsequent steps.
Step 2: Set up Prebuilds - Moved to second position since prebuilds depend on having the devcontainer configuration in place.
Step 3: Create a branch and Codespace - Combined the previous "Create a branch" and "Connect from VS Code desktop" steps into one comprehensive step with sub-sections:
Rationale
The previous order had users setting up prebuilds before configuring the devcontainer, which doesn't make sense since prebuilds rely on the devcontainer configuration. The new order follows a logical sequence:
Testing