Doc Links — URL Redirect Mappings
Links to the Crafting Sandbox documentation keep working even when pages move. Two kinds of mappings are in place:
- Legacy redirects — URLs from the previous documentation site resolve to their current equivalents.
- Stable aliases — short
/go/URLs that always point at the current page for a topic, so they can be embedded in external systems without being affected by later reorganisation.
A URL that matches neither is resolved by a site-wide search for the closest matching page.
Legacy URL Mappings
URLs from the previous documentation site and the pages they now resolve to.
| Old URL | New URL |
|---|---|
/docs |
/ |
/docs/login |
/guides/developers/onboard-guide.html |
/docs/command-line-tool |
/guides/developers/onboard-guide.html |
/docs/command-line-tool#log |
/features/log-view.html |
/docs/environment-variables |
/features/environment-vars-and-metadata-filesystem.html |
/docs/sandbox-definition |
/references/sandbox-definition.html |
/docs/sandbox-definition#header-injection |
/features/endpoints.html#header-injection |
/docs/sandbox-definition#manifest-overrides |
/references/sandbox-definition.html#checkoutmanifestoverlay |
/docs/app-definition |
/references/sandbox-definition.html |
/docs/repo-manifest |
/references/sandbox-definition.html#repomanifest |
/docs/standalone-sandbox |
/guides/developers/edit-sandbox.html |
/docs/standalone-sandbox#apply-changes |
/guides/developers/edit-sandbox.html#effects-of-editing |
/docs/personalize |
/features/user-preference.html |
/docs/code-with-vs-code |
/features/workspace-ide-access.html#popular-ides |
/docs/code-with-jetbrains-ides |
/features/workspace-ide-access.html#jetbrains-ide |
/docs/remote-desktop-in-workspace |
/features/remote-desktop.html |
/docs/kubernetes-dev#intercept-traffic-from-kubernetes |
/features/kubernetes-dev-experience.html#traffic-interception-and-rerouting |
/docs/kubernetes-dev#conditional-interception |
/features/kubernetes-dev-experience.html#header-based-filtering |
/docs/kubernetes-setup#use-sandbox-endpoint-for-conditional-interception |
/features/kubernetes-dev-experience.html#kubernetes-endpoint-and-tracing-headers |
/docs/cloud-resources-setup#gcp-guide |
/guides/admin/setup-identity-federation.html#setup-with-gcp |
Stable Aliases
Short, memorable aliases that always resolve to the current page for a topic. Use them when a link is embedded in an external system, such as the product UI, error messages, or emails.
| Alias | Target |
|---|---|
/go/onboard |
/guides/developers/onboard-guide.html |
/go/log-view |
/features/log-view.html |
/go/cli |
/guides/developers/onboard-guide.html |
/go/service-linking |
/features/service-linking.html |
/go/header-injection |
/features/endpoints.html#header-injection |
/go/manifest-overlay |
/references/sandbox-definition.html#checkoutmanifestoverlay |
/go/sandbox-definition |
/references/sandbox-definition.html |
/go/app-definition |
/references/sandbox-definition.html |
/go/repo-manifest |
/references/sandbox-definition.html#repomanifest |
/go/sandbox-effects |
/guides/developers/edit-sandbox.html#effects-of-editing |
/go/edit-sandbox |
/guides/developers/edit-sandbox.html |
/go/preferences |
/features/user-preference.html |
/go/vscode |
/features/workspace-ide-access.html#popular-ides |
/go/jetbrains |
/features/workspace-ide-access.html#jetbrains-ide |
/go/remote-desktop |
/features/remote-desktop.html |
/go/traffic-interception |
/features/kubernetes-dev-experience.html#traffic-interception-and-rerouting |
/go/header-filtering |
/features/kubernetes-dev-experience.html#header-based-filtering |
/go/k8s-tracing |
/features/kubernetes-dev-experience.html#kubernetes-endpoint-and-tracing-headers |
/go/gcp-setup |
/guides/admin/setup-identity-federation.html#setup-with-gcp |