-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[docs-scanner] Build summary import feature framed as limited when broadly available #24639
Description
File: content/manuals/build/ci/github-actions/build-summary.md
Issue
The "Import build records to Docker Desktop" section is marked with a "Limited Access" badge via the summary-bar shortcode:
{{< summary-bar feature_name="Import builds" >}}
However, the section describes a feature that appears to be generally available to anyone with Docker Desktop. The instructions simply say:
- Download and install Docker Desktop.
- Download the build record archive from the job summary in GitHub Actions.
- Open the Builds view in Docker Desktop.
There's no mention of needing special access, a paid plan, or contacting Docker. The feature is presented as a standard Docker Desktop capability.
Why this matters
The "Limited Access" badge suggests readers need special permission or a specific subscription tier to use this feature. This creates an artificial barrier that may prevent users from trying a feature that's actually available to them. If the feature truly is limited access, the documentation should explain what access is required. If it's not limited, the badge is misleading.
Suggested fix
Either:
- Remove the
summary-barshortcode if the feature is generally available in Docker Desktop, or - Add a clear explanation of what "Limited Access" means in this context - which Docker Desktop versions or subscription tiers include this feature, and how users can get access if they don't have it.
Found by nightly documentation quality scanner