Apply new empty state to docs.docker.com#24671
Merged
dvdksn merged 1 commit intodocker:mainfrom Apr 9, 2026
Merged
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
b4fdc7c to
d4e586b
Compare
d4e586b to
42ee363
Compare
Signed-off-by: Derek Misler <derek.misler@docker.com>
42ee363 to
68ba732
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Applies the new empty-state design to docs.docker.com by adding Gordon mascot assets and updating icon styles.
What changed and why:
assets/icons/gordon.svg(new) — Adds a Gordon (Docker whale) icon for use in empty-state UI components.assets/icons/gordon-happy.svg(new) — Adds a "happy" variant of the Gordon icon (with eyes/expression paths) for positive empty-state messaging.assets/images/gordon-robot.svg(new) — Adds a detailed full-illustration SVG of Gordon as a robot, used as the hero image in the new empty-state page layout.assets/icons/dhi.svg(modified) — Removes hard-codedtext-gray-800 dark:text-whiteTailwind color classes from the<svg>element so the icon inheritscurrentColorfrom its context, making it compatible with the new themed empty-state design.Screen.Recording.2026-04-08.at.1.24.28.PM.mov
Related issues or tickets
Closes: https://github.com/docker/gordon/issues/361
Reviews