docs: remove dead-end Next steps placeholder in start/local-deploy - #28099
Draft
nickvigilante wants to merge 1 commit into
Draft
docs: remove dead-end Next steps placeholder in start/local-deploy#28099nickvigilante wants to merge 1 commit into
nickvigilante wants to merge 1 commit into
Conversation
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).
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
The getting-started page
docs/start/local-deploy.mdended with a literal placeholder under## Next steps:This dead-ends the day-zero onboarding golden path. Found in the DOCS-637 runtime drift sweep.
Fix
Remove the placeholder
## Next stepssection. Thedocs/start/section is rendered by Fumadocs, which auto-generates next/previous navigation from sidebar order, so a manual "Next steps" section is redundant here.For review
docs/start/pages are inconsistent:first-template.mdkeeps a curated## Next steps(→creating-templates.md),first-workspace.mdhas none, andlocal-deploy.mdhad this placeholder. Worth standardizing on one pattern (all curated links, or all relying on auto-nav) in a separate change.docs/start/(these files aren't indocs/manifest.json), so the auto-nav assumption rests on your note about how the section is wired.Linear: https://linear.app/codercom/issue/DOCS-648