gordon: clarify Business tier activation via Settings Management#25153
gordon: clarify Business tier activation via Settings Management#25153dvdksn wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ 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
The change is focused and accurate — it correctly redirects users to the top-level Settings Management page and adds a helpful prerequisite note. No high or medium issues found.
| > [Admin Console](/manuals/enterprise/security/hardened-desktop/settings-management/configure-admin-console.md). | ||
| > Do not leave the setting at its default value, as this will not activate | ||
| > Gordon organization-wide. | ||
| > 2. Once confirmed, an organization administrator must enable Gordon via |
There was a problem hiding this comment.
[LOW] Use "turn on" instead of "enable" per Docker style guide
The Docker word list specifies "turn on" / "toggle on" in place of "enable". Consider:
an organization administrator must turn on Gordon via
| > Gordon organization-wide. | ||
| > 2. Once confirmed, an organization administrator must enable Gordon via | ||
| > [Settings Management](/manuals/enterprise/security/hardened-desktop/settings-management/). | ||
| > Set **Enable Gordon** to **Enabled** or **Always enabled**. Ensure all |
There was a problem hiding this comment.
[LOW] Prefer positive framing over negative conditional
Per the Docker style guide, prefer positive language and avoid "otherwise X will not happen" constructions. Consider:
Ensure all Settings Management prerequisites are met for the setting to take effect on Docker Desktop clients.
Summary
The Business tier activation note in the Gordon prerequisites linked directly to the Admin Console configuration page but didn't signal that Settings Management as a whole needs to be properly set up for the policy to reach Docker Desktop clients. Updated step 2 to link to the top-level Settings Management page and note that its prerequisites must be met — deferring to that page as the canonical source rather than duplicating the details here.
Generated by Claude Code