Fix broken /docs/migration link in starter-tier blog post - #340
Merged
Conversation
Docusaurus' onBrokenLinks check failed the Deploy workflow on the post-merge build of #338, which means the site is currently NOT rebuilding — anything merged to main since then is held back, not just the blog post. The blog body referenced /docs/migration which doesn't exist. The closest existing doc is /docs/user-migration/, but that's about importing users from external systems (Auth0, WorkOS, etc.), not about moving a realm off our shared infrastructure onto a Starter cluster. Rather than link to a doc that doesn't quite cover the use case, rephrase the sentence to lean on the 'our team is happy to walk you through it' offer that was already there.
pnzrr
approved these changes
Jun 30, 2026
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
Removes the broken
[migration docs](/docs/migration)link in the starter-tier blog post. Docusaurus 3 fails the build on any broken link by design, so the deploy workflow on #338's merge (run 28459661002) errored:That blocks the entire site rebuild — not just the blog post not showing up; anything else merged to main since #338 is also stuck behind it.
Why no replacement link
The closest existing doc is
/docs/user-migration/, but that section is about importing users from external IdPs (Auth0, WorkOS, etc.) — not the right reference for the very different task of moving a realm off our shared infrastructure onto a Starter cluster. Rather than point people at a doc that doesn't cover the use case, the sentence is rephrased to lean on the "our team is happy to walk you through it" offer that was already in the paragraph.Test plan