Rebrand "Docker AI" references to "Gordon" across docs.docker.com#24182
Rebrand "Docker AI" references to "Gordon" across docs.docker.com#24182derekmisler wants to merge 1 commit intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| 1. Open Docker Desktop Settings. | ||
| 2. Navigate to the **Beta features** section. | ||
| 3. Clear the **Enable Docker AI** option. | ||
| 3. Clear the **Enable Gordon** option. |
There was a problem hiding this comment.
Note
We will have to update DD before we merge/deploy the changes in this PR.
fa66dcd to
a9262ba
Compare
|
This one, as well as https://github.com/docker/frontends/pull/15196 and https://github.com/docker/frontends/pull/15215, should go out on Monday (after the next DD release) |
a9262ba to
dbb3271
Compare
There was a problem hiding this comment.
Review Summary
This rebranding PR successfully updates "Docker AI" references to "Gordon" across the documentation. The changes are consistent and well-executed:
- UI instructions properly updated ("Enable Docker AI" → "Enable Gordon")
- All user-facing product names consistently changed to "Gordon"
- Backend contract (
enableDockerAIJSON key) correctly preserved for compatibility - Front matter (titles, descriptions) appropriately updated
- Changes span Gordon how-to guides, DHI migration docs, and enterprise settings documentation
No issues found. The documentation correctly handles the rebranding while maintaining technical accuracy.
Signed-off-by: Derek Misler <derek.misler@docker.com>
dbb3271 to
4226181
Compare
| <button | ||
| @click="includePageContext = !includePageContext" | ||
| @mouseenter="showTooltip = true" | ||
| @mouseleave="showTooltip = false" | ||
| type="button" | ||
| :class="includePageContext | ||
| ? 'bg-blue-100 text-blue-600 dark:bg-blue-800 dark:text-blue-200' | ||
| : 'bg-gray-200 text-gray-500 dark:bg-gray-700 dark:text-gray-400'" | ||
| class="cursor-pointer rounded-md px-2 py-1 text-xs font-medium transition-colors hover:opacity-80" | ||
| > | ||
| <span class="flex items-center gap-1"> | ||
| <template x-if="includePageContext"> | ||
| <span class="icon-svg icon-xs"> | ||
| {{ partialCached "icon" "link" "link" }} | ||
| </span> | ||
| </template> | ||
| <template x-if="!includePageContext"> | ||
| <span class="icon-svg icon-xs"> | ||
| {{ partialCached "icon" "link_off" "link_off" }} | ||
| </span> | ||
| </template> | ||
| <span>Context</span> | ||
| </span> | ||
| </button> |
There was a problem hiding this comment.
@dvdksn, @nunocoracao asked if we can remove this "Context" button and just keep it on by default. is that cool?
|
/review |
There was a problem hiding this comment.
Review Summary
This PR successfully rebrands all "Docker AI" references to "Gordon" across the documentation. The changes are consistent and thorough:
✅ All UI references updated ("Enable Docker AI" → "Enable Gordon")
✅ All prose text updated consistently ("Docker's AI assistant" → "Gordon")
✅ Backend configuration key names preserved (enableDockerAI)
✅ New Gordon logo SVG added correctly
✅ No markdown formatting issues
✅ No broken links or references
The rebranding maintains documentation quality and doesn't introduce any issues. Great work!
Description
Rebrand all generic "Docker AI" and "AI assistant" references across docs.docker.com to use the "Gordon" brand name consistently.
Changes across 11 files:
The enableDockerAI JSON key name is preserved since it's a backend contract, but its description text now references "Gordon".
Related issues or tickets
Closes: https://github.com/docker/gordon/issues/162
Part of https://github.com/docker/gordon/issues/113
Reviews