4.86-RN - #25702
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🔴 CRITICAL
|
|
||
| {{< release-date date="2026-08-10" >}} | ||
|
|
||
| {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.86.0" build_path="/XXXXXX/" >}} |
There was a problem hiding this comment.
[HIGH] Placeholder build path /XXXXXX/ in desktop-install-v2 shortcode not replaced with real build path
The build_path parameter is set to the placeholder value /XXXXXX/ rather than a real numeric build path. Previous release entries use real paths (e.g., 4.85.0 uses /235549/). This shortcode generates the installer download links shown on the release notes page, so leaving /XXXXXX/ in place will produce broken download links for all users.
Replace /XXXXXX/ with the actual build path before merging.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
|
|
||
| #### For all platforms | ||
|
|
||
| - Docker VMM Beta performance improvements by Docker’s own container-optimized hypervisor. Available for Mac and Windows. |
There was a problem hiding this comment.
[MEDIUM] Sentence fragment and unclear phrasing in VMM Beta bullet
The bullet reads: "Docker VMM Beta performance improvements by Docker's own container-optimized hypervisor. Available for Mac and Windows."
Two issues introduced by this line:
- Sentence fragment: "Available for Mac and Windows." has no verb. It needs to be integrated into the main sentence.
- Awkward "by" phrasing: "performance improvements by [hypervisor]" implies the hypervisor authored the improvements rather than being the mechanism that delivers them.
Suggested rewrite:
- Docker VMM Beta now delivers performance improvements through Docker's container-optimized hypervisor, available on Mac and Windows.
Description
Still to-do: Add 'New' section for new upcoming feature
Related issues or tickets
Reviews