[Workers] Restructure versions and deployments docs#31787
Open
ajhawkings wants to merge 7 commits into
Open
Conversation
Relocate the versions and deployments pages from /workers/configuration/versions-and-deployments/ to /workers/versions-and-deployments/ and update all internal links and redirects accordingly.
Restructure the versions and deployments section to improve clarity around gradual deployments, version skew, and version affinity. Changes: - Split the overview page into an overview and a separate deployment management page - Convert gradual-deployments into a directory with sub-pages - Create dedicated version affinity page with decision tree for authenticated, session-based, and anonymous applications - Extract Durable Objects section into its own page under gradual deployments - Add version skew framing to the gradual deployments page - Add disambiguation note to version overrides page - Fold static assets gradual rollouts content into version affinity page and redirect the old page Note: The static assets section on the version affinity page is temporary and will be replaced with a link to skew protection documentation when that feature launches.
Contributor
|
This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
Bump order indicies for anything after versions & deployments
Contributor
Review💡 3 suggestions found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsChecks PR title, description, and redirect checklist. No convention issues found. Style Guide ReviewSuggestions (3)
RedirectsNo missing redirect entries found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
Collaborator
Author
|
/review |
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
Promotes versions & deployments to a top-level section under Workers and restructures it. Separates out a "deployment management" which allows the overview page to become a proper summary. And separates the instructions for setting up version affinity into a new page.
Aim: make our existing primitives clearer for devs and do groundwork for skew protection and automatic version affinity documentation when they launch
Preview: https://ajhawkings-restructure-versions-and-deployments.preview.developers.cloudflare.com/workers/versions-and-deployments/
Changes
Move versions & deployments to top level
/workers/configuration/versions-and-deployments/to/workers/versions-and-deployments/Overview page split into two
Deployment managementpage Houses the how-to content for uploading versions without deploying, deploying via Wrangler/dashboardGradual deployments section
New
Version affinitypageGradual deploymentsDocumentation checklist