-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
File: content/manuals/desktop/features/networking/_index.md
Issue
The backend components table contains time-relative language that will go stale:
| Mac | DockerVMM +
virtiofs|com.docker.backend|krun| Currently in Beta |
The phrase "Currently in Beta" violates STYLE.md guidelines against time-relative language. This type of phrasing goes stale silently as the feature status changes over time.
Suggested fix
Either:
- Remove the "Currently in" qualifier and just state "Beta" if the feature is in beta
- Add a proper beta badge using the documentation's badge system
- Remove the status entirely if the feature has moved beyond beta
If the feature is still in beta, consider using the front matter or badge system to indicate beta status rather than inline text, as these are easier to maintain and update systematically.
Found by nightly documentation freshness scanner
Reactions are currently unavailable