Skip to content

Improve download.mdx page clarity and structure#3338

Merged
mergify[bot] merged 7 commits intomainfrom
copilot/review-download-mdx-page
Feb 20, 2026
Merged

Improve download.mdx page clarity and structure#3338
mergify[bot] merged 7 commits intomainfrom
copilot/review-download-mdx-page

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

Changes proposed in this pull request

  • Checksums: Moved the Checksums collapsible section to appear directly below the download buttons, before the version comparison table. Also cleaned up the mixed PowerShell + Linux code block (wrong indentation, class= HTML attr in JSX context) — replaced with a single clean Get-FileHash PowerShell snippet.
  • Version comparison: Replaced the hidden <details> collapse with a visible ## Which version should I download? section using a markdown table — Setup / Portable / Archive side-by-side at a glance. Also removes the invalid <summary><p> nesting.
  • Silent install: "Install silent with the following command" → "Install the Setup (MSI) silently using the following command" — grammar fix + clarifies MSI-only scope.

Code Signing Policy and Privacy Policy sections are untouched.

Related issue(s)

Copilot generated summary

Copilot summary

Refactors Website/src/pages/download.mdx for clarity and correctness. The Checksums collapsible is repositioned directly below the download buttons so users can verify their download immediately. The version-selection collapsible is promoted to a top-level section with a comparison table. The checksums block is simplified to a single PowerShell Get-FileHash example, removing bad indentation and an invalid HTML class attribute in JSX context. The silent-install sentence is reworded to be grammatically correct and explicitly scoped to the MSI installer.

To-Do

Contributing

By submitting this pull request, I confirm the following:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 20, 2026 00:01
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Copilot AI changed the title [WIP] Review download.mdx page for clarity and improvements Improve download.mdx page clarity and structure Feb 20, 2026
Copilot AI requested a review from BornToBeRoot February 20, 2026 00:02
@BornToBeRoot
Copy link
Owner

@copilot revert the changes in the yarn lock

Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 20, 2026

@copilot revert the changes in the yarn lock

Done. Website/yarn.lock has been restored to its original state in ffedba9. It was accidentally modified by npm install (instead of yarn) when verifying the build, then later deleted. Both changes have been undone.

@BornToBeRoot
Copy link
Owner

@copilot move the checksums before the which version should i download section.

Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 20, 2026

@copilot move the checksums before the which version should i download section.

Done in 1dbb4ed — the Checksums section now appears directly below the download buttons, before the "Which version should I download?" section.

@BornToBeRoot BornToBeRoot marked this pull request as ready for review February 20, 2026 00:23
@BornToBeRoot BornToBeRoot added this to the next-release milestone Feb 20, 2026
@mergify mergify bot merged commit edf8889 into main Feb 20, 2026
4 checks passed
@mergify mergify bot deleted the copilot/review-download-mdx-page branch February 20, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments