Uh oh!
There was an error while loading. Please reload this page.
docs: consolidate sandbox docs under /sandboxes and add redirects - #445
Merged
Conversation
Coding agents pointed at Porter sandboxes guess /sandboxes/quickstart (and /sandbox/quickstart) and 404. Redirect both to the actual intro page at /sandboxes/getting-started. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
The sandbox guides lived under /sandboxes while the SDK subtree lived under singular /sandbox/sdk. That split is the lone singular prefix in the docs (every other section - applications, cloud-accounts, addons, integrations, preview-environments - is plural) and makes URLs hard to guess, especially for agents that learn one prefix and 404 on the other. Move sandbox/sdk/* to sandboxes/sdk/*, update all internal links and nav, and add redirects from every old /sandbox/* path to its /sandboxes/* equivalent so existing links keep working. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
/sandboxesprefix. The SDK subtree was the odd one out at/sandbox/sdk/*(singular); this moves it to/sandboxes/sdk/*so every sandbox page shares one prefix. Internal links and nav are updated to match./sandbox/*path to its/sandboxes/*equivalent, plus/sandboxes/quickstartand/sandbox/quickstart→/sandboxes/getting-started.Why
sandbox(singular) was the only singular top-level prefix in the docs — every other section is plural (applications,cloud-accounts,addons,integrations,preview-environments), and the nav group is literally "Sandboxes". The split prefix made URLs hard to guess: coding agents pointed at Porter sandboxes learn one prefix and 404 on the other (e.g. Claude reliably guesses/sandboxes/quickstart). Unifying on/sandboxes+ redirecting the old paths closes those dead ends without breaking existing links.🤖 Generated with Claude Code