docs: link Windows quickstart install step to the Install guide#27465
Closed
nickvigilante wants to merge 1 commit into
Closed
docs: link Windows quickstart install step to the Install guide#27465nickvigilante wants to merge 1 commit into
nickvigilante wants to merge 1 commit into
Conversation
The Get Started (Quickstart) Windows install step showed only winget, implying it is the only way to install Coder on Windows. Add a pointer to the Install guide for the .msi installer, standalone .exe, and other methods, mirroring the Linux/macOS alternate-methods pointer already in this step. DOCS-601 > This PR was created with AI assistance (Coder Agents).
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
The Quickstart's Windows install step (Step 2) showed only
winget, which implied it was the only way to install Coder on Windows. This adds a pointer from that step to the Install guide, which documents the.msiinstaller, the standalone.exebinary, andwinget.Why
We received user feedback that the Get Started guide felt confusing and restrictive for Windows because it looked like
wingetwas the only install option. The Linux/macOS tab in the same step already links out to alternate install methods; the Windows tab did not. This restores that symmetry.Scope (deliberately atomic)
This intentionally does not advertise every install method in the Quickstart. The Quickstart shows the single fastest path (
winget) and links out to the Install guide for everything else. The change is one nested bullet, mirroring the existing Linux/macOS "alternate methods" pointer.Linear: DOCS-601