25174 25165#25179
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: 🟢 APPROVE
This PR makes three clean, targeted improvements:
- WSL page — adds a helpful clarification that when the WSL 2 engine option is already on by default, the setting is not visible in the UI. Accurate and useful.
- Extensions architecture page — fixes two misleading link labels that said "ui metadata section" and now correctly read
`vm` metadata sectionandhost metadata sectionrespectively. These are straightforward accuracy fixes.
No AI-isms, no missing redirects, no vendored file edits, no style-guide violations detected. One minor trailing space flagged inline.
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
This is a small, clean documentation PR with two focused improvements:
- WSL page: Adds useful clarification that the WSL 2 engine setting is hidden when WSL 2 is already supported — this addresses user confusion when the setting doesn't appear in the UI.
- Extensions SDK architecture page: Fixes two imprecise link texts (
ui metadata section) to accurately reflect the linked section names (vmmetadata section,hostmetadata section) using inline code formatting — a good precision improvement.
No vendored files, no missing redirects, no AI-isms, no structural concerns. One minor trailing-space nit on the WSL change.
| 5. From the **General** tab, select **Use WSL 2 based engine**. | ||
|
|
||
| If you have installed Docker Desktop on a system that supports WSL 2, this option is turned on by default. | ||
| If you have installed Docker Desktop on a system that supports WSL 2, this option is turned on by default and the setting is not visible. |
There was a problem hiding this comment.
[LOW] Trailing whitespace at end of added line
The added sentence ends with a trailing space before the newline: ...not visible. (note the space after the period). While most Markdown renderers ignore this, it's a minor formatting defect worth tidying up.
Description
Closes #25165
Addresses #25174
Related issues or tickets
Reviews