docs: refresh the README banner artwork and add the dark diagrams - #439
Merged
Merged
Conversation
Both variants come from the new 3200x1600 exports (2x of the previous 1600x800) with the same composition: lockup top left, headline bottom left, illustration right. The wrappers keep width-only sizing so the aspect comes from the file.
The Vision + Text and Step 2 sections were the last light-only images in the README. Both now ship a dark export next to the light one and switch through <picture>, so every figure in the file follows the reader color scheme. The two dark exports are mapped by content, not by export order: the parsing figure carries the two tracks and the unified schema, the retrieval figure carries the agent list and grounded evidence.
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.
Summary
1600x800, same composition: lockup top left, headline bottom left, illustration
right).
the Step 2 section. Both now switch through
<picture>, so every figure in theREADME follows the reader color scheme.
these two commits landed.
Verification
checked-in files: the parsing pair reads "Two tracks. One navigable memory.", the
retrieval pair reads "Any agent. One memory contract."
README.mdresolves, and each dark/light pairshares one canvas (banner 3200x1600, diagrams 3200x1280, benchmark 3200x2240). No
image sets a height attribute, so nothing can pick up the stretch fixed in docs: finish the README dark-mode assets #438.
git diff --checkis clean.preview.
Deployment Notes
knowhere-banner-light.pngandknowhere-banner-dark.pngbecome.jpgat the same base names, and two-dark.pngfigures are added. External pages hot-linking the old PNG bannerpaths would break.
Checklist