-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
File: content/manuals/desktop/features/gpu.md
Issue
The page includes a version-specific availability note that may become stale:
Docker Model Runner with vLLM for Windows with WSL2 is available starting with Docker Desktop 4.54.
This type of version-specific language creates problems:
- It becomes less relevant as users upgrade to newer versions
- It doesn't help users understand current functionality
- It clutters the documentation with historical information
According to STYLE.md: "Avoid time-relative language: 'currently', 'recently', 'coming soon', 'new in X.Y' — these go stale silently."
Suggested fix
If Docker Desktop 4.54 is now old enough that most users have upgraded past it, remove the version note entirely. The feature is either available or it isn't in currently supported versions.
If the minimum supported version of Docker Desktop is 4.54 or later, the note is redundant.
If there's a specific reason users need to know this was added in 4.54 (e.g., for troubleshooting or compatibility), move it to a "Version History" or "Requirements" section rather than inline in the usage instructions.
Found by nightly documentation freshness scanner