From aec14562c112f2bac6ce9e92ddb39601e1a03bbc Mon Sep 17 00:00:00 2001 From: Nick Vigilante Date: Thu, 13 Aug 2026 05:32:02 +0000 Subject: [PATCH] docs(docs/start): remove dead-end Next steps placeholder in local-deploy The getting-started page ended with a literal `TODO: Add link to next page.` under `## Next steps`, dead-ending the onboarding golden path. Remove the placeholder section. This start/ section is rendered by Fumadocs, which generates next/previous navigation from sidebar order, so the manual section is redundant here. > This PR was created with AI assistance (Coder Agents). --- docs/start/local-deploy.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/start/local-deploy.md b/docs/start/local-deploy.md index f5d4f391028c5..7a6651d8ca485 100644 --- a/docs/start/local-deploy.md +++ b/docs/start/local-deploy.md @@ -58,7 +58,3 @@ administrator account. Once you've signed in, you'll be brought to an empty workspaces page, which we'll soon populate with your first development environments. - -## Next steps - -TODO: Add link to next page.