Rebrand "Docker AI" references to "Gordon" across docs.docker.com#24182
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.
dbb3271 to
4226181
Compare
|
/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!
There was a problem hiding this comment.
This logo does not look very pretty 😬
I think let's either not have an logo image, and just make it text, or hold off with this swap until we have a better looking logo
There was a problem hiding this comment.
@dvdksn What do you mean? We are following the brand rules, we are not allowed to create a random new logo. Maybe it's the size? Here we have the designs https://www.figma.com/design/2cxr5ATyoN2avHIWglChpX/Rebrand-AI-Gordon?node-id=4-3436&t=X5riKTm8DjnxhLGq-4
There was a problem hiding this comment.
I think it's mostly the size that is bothering me, and the fact that we do not use that font (even though it is the design system font)
So I'm requesting something more subtle if possible. We're due a design refresh of docs.docker.com, but I think until that's done it's best if we try to go with something that fits with the current website.
There was a problem hiding this comment.
@jalonsogo, is this the first time someone has requested you "make the logo smaller"?! it's always the other way around, i thought.
i'll make it smaller and share screenshots here
There was a problem hiding this comment.
OK! one more screenshot, now with the right typeface!
cc: @dvdksn @jalonsogo (and also @nunocoracao, even though this is the first time i'm tagging you)
4226181 to
32b0323
Compare
32b0323 to
b768251
Compare
6576ac5 to
bfac4a6
Compare
Signed-off-by: Derek Misler <derek.misler@docker.com>
bfac4a6 to
1bf9cb9
Compare
|
/review |
There was a problem hiding this comment.
Review Summary
Assessment: 🟢 APPROVE
This PR successfully rebrands "Docker AI" references to "Gordon" across 21 documentation files. The changes are thorough, consistent, and well-executed.
Findings
No issues found. The rebrand:
- ✅ Maintains consistent terminology throughout
- ✅ Preserves backward compatibility (JSON field names unchanged)
- ✅ Updates UI text, documentation, and navigation appropriately
- ✅ Includes proper image assets (gordon-logo.svg)
- ✅ Follows documentation link conventions correctly
- ✅ Does not touch vendored or generated files
- ✅ No markdown formatting issues
- ✅ No AI-generated hedge words or problematic patterns
The changes are straightforward text replacements that improve brand consistency without introducing any technical or documentation quality issues.
|
(please ignore until Monday) @dvdksn, i don't have merge powers, so it's in your hands now! |
|
/review |
1 similar comment
|
/review |
|
❌ PR Review Failed — The review agent encountered an error and could not complete the review. View logs. |
|
/review |
There was a problem hiding this comment.
Review Summary
Assessment: 🟢 APPROVE
This rebranding PR cleanly updates "Docker AI" and "Ask Gordon" references to "Gordon" across 21 files. All changes are consistent, well-scoped label updates with no documentation quality issues detected.
Changes reviewed:
- Markdown content files (11 files): Updated UI references, descriptions, and navigation labels
- Data files (
summary.yaml): Updated feature names - HTML partials: Updated UI labels and logo references
- New SVG logo asset added
Verified:
- ✅ No vendored or auto-generated content modified
- ✅ No pages moved/removed requiring redirects
- ✅ No markdown formatting issues
- ✅ Consistent terminology throughout
- ✅ No broken references or links
- ✅ Backend contract preserved (
enableDockerAIkey unchanged, only description updated)
Notes:
- The removal of the "Context" toggle button in
gordon-chat.html(lines 618-641) appears intentional and is not a bug - The
enableDockerAIJSON key correctly remains unchanged as it's part of the backend contract

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