What
docs/docs/how-tos/deploy.mdx has been split into one page per topic:
- Prepare to deploy (
prepare-to-deploy.mdx)
- Deploy a cluster (
deploy-cluster.mdx)
- Cloudflare DNS (
cloudflare-dns.mdx)
- Keycloak authentication (
keycloak-auth.mdx)
- Update a cluster (
update-cluster.mdx)
- Destroy a cluster (
destroy-cluster.mdx)
After those merge, deploy.mdx is only pointer sections. This issue removes the page and repoints the remaining links.
Why
The page no longer carries its own content. Keeping it adds an extra hop (provider page to deploy.mdx to the topic page) and a second place to maintain. Removing it matches the original "split into one page per topic" intent.
Scope
Repoint remaining links to deploy.mdx
After the split PRs (#654, #656, and the deploy/destroy splits) merge, these still target deploy.mdx:
aws.mdx: deploy#what-every-deployment-includes
hetzner.mdx: deploy#what-every-deployment-includes, deploy#deploy-and-verify (twice), deploy#destroy
Repoint them: #deploy-and-verify to /docs/how-tos/deploy-cluster and #destroy to /docs/how-tos/destroy-cluster.
For #what-every-deployment-includes, drop the link (the ## What every deployment includes section is being removed, not relocated); reword the provider sentence.
Remove the page
- Delete
docs/docs/how-tos/deploy.mdx.
- Remove
how-tos/deploy from docs/sidebars.js.
Acceptance criteria
Dependencies
Do this after the split PRs merge (#654, #656, and the deploy/destroy/update splits) so the link repointing is done against the final state rather than conflicting with the open PRs.
Part of #630.
What
docs/docs/how-tos/deploy.mdxhas been split into one page per topic:prepare-to-deploy.mdx)deploy-cluster.mdx)cloudflare-dns.mdx)keycloak-auth.mdx)update-cluster.mdx)destroy-cluster.mdx)After those merge,
deploy.mdxis only pointer sections. This issue removes the page and repoints the remaining links.Why
The page no longer carries its own content. Keeping it adds an extra hop (provider page to
deploy.mdxto the topic page) and a second place to maintain. Removing it matches the original "split into one page per topic" intent.Scope
Repoint remaining links to
deploy.mdxAfter the split PRs (#654, #656, and the deploy/destroy splits) merge, these still target
deploy.mdx:aws.mdx:deploy#what-every-deployment-includeshetzner.mdx:deploy#what-every-deployment-includes,deploy#deploy-and-verify(twice),deploy#destroyRepoint them:
#deploy-and-verifyto/docs/how-tos/deploy-clusterand#destroyto/docs/how-tos/destroy-cluster.For
#what-every-deployment-includes, drop the link (the## What every deployment includessection is being removed, not relocated); reword the provider sentence.Remove the page
docs/docs/how-tos/deploy.mdx.how-tos/deployfromdocs/sidebars.js.Acceptance criteria
deploy.mdxis removed and no longer in the sidebar/docs/how-tos/deployor its anchorsDependencies
Do this after the split PRs merge (#654, #656, and the deploy/destroy/update splits) so the link repointing is done against the final state rather than conflicting with the open PRs.
Part of #630.