Skip to content

Fix broken /docs/migration link in starter-tier blog post - #340

Merged
pnzrr merged 1 commit into
mainfrom
garth/fix-starter-blog-broken-link
Jun 30, 2026
Merged

Fix broken /docs/migration link in starter-tier blog post#340
pnzrr merged 1 commit into
mainfrom
garth/fix-starter-blog-broken-link

Conversation

@xgp

@xgp xgp commented Jun 30, 2026

Copy link
Copy Markdown
Member

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:

- Broken link on source page path = /blog/starter-tier-launch/:
   -> linking to /docs/migration/

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

  • Workflow build passes on this PR (Docusaurus' broken-links check turns clean).
  • After merge, /blog/starter-tier-launch/ appears on the live site.

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
pnzrr merged commit f30ae8a into main Jun 30, 2026
2 of 3 checks passed
@pnzrr
pnzrr deleted the garth/fix-starter-blog-broken-link branch June 30, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants