docs: surface manual binary download on installation page#3123
Merged
Conversation
The manual download instructions sat as two unheaded sentences after the Cargo build block, making them easy to miss. Promote them to an H2 section so the heading appears in the right-rail TOC and at the same level as other install-method sections. Closes #2927
lunadogbot
reviewed
May 14, 2026
Contributor
lunadogbot
left a comment
There was a problem hiding this comment.
Diff is the H2 heading at line 198 and a blank line — no wording change. Heading lands cleanly between ## Download and install (cargo block at the tail) and ## Docker, so the new section appears in the right-rail TOC at the same level as its siblings. ## Building from source at line 243 remains separately for the source-build path.
Lint CI is red on /styleguide/typography.mdx (Cannot resolve module "lume/jsx-runtime": relative URL with a cannot-be-a-base base) — same failure on every PR run today, unrelated to this diff. Deploy preview is green. Holding approval until CI is green.
bartlomieju
approved these changes
May 14, 2026
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
On
/runtime/getting_started/installation/, the manual binary download instructions sat as two unheaded sentences immediately after thecargo installblock, so readers easily missed them (the reporter on the upstream issue almost left negative feedback because they didn't see the option).This promotes that paragraph to its own
## Manual downloadH2, so it:## Docker/## Testing your installationrather than being tucked under the Cargo build paragraph.Wording is unchanged — only the heading is new.
Test plan
deno task build) and confirm the new "Manual download" entry appears in the right-rail TOC of the installation page.cc @bartlomieju
Closes #2927
Closes bartlomieju/orchid-inbox#66