Brand: the amber keycap mark, an org logo, and a demo that lets the reader keep up - #84
Merged
Merged
Conversation
…eader keep up
The wordmark, favicon and social preview move from grey to amber, #F5A623 with a
#B8730A edge: the colour of a hold light on a control panel. The mark keeps its
idea, a CTRL key with the run triangle, but is now a solid keycap with a visible
lower edge and the triangle cut out of it, so it survives at 16 px and as an
avatar. Light and dark wordmarks ship as separate files and the README picks one
per theme; docs/assets/logo.{svg,png} is the organisation logo, uploaded by hand.
The README recording no longer prints the demo in one paint. A while-read loop
releases a line every 0.7 s, typed in the open beside the sed that ends it, and
the recording now covers the first two scenarios, ending on the approval that was
bound to one action and refused for another. The browser demo on the Try-it page
does the same: one line at a time, refusals in red.
Mintlify follows: per-theme logos, the amber palette, and the Try-it button.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
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.
What changes
Colour. Grey → amber,
#F5A623with a#B8730Aedge. It reads as a hold light on a control panel, and it sits beside the redBLOCKEDlines without competing.Mark. Same idea, a CTRL keycap with the run triangle, redrawn as a solid cap with a visible lower edge and the triangle cut out of it. Holds up at 16 px and as an avatar.
docs/assets/wordmark-light.svg/wordmark-dark.svg: the README uses a<picture>so GitHub swaps them with the viewer's theme.wordmark.svgself-adapts via a media query.docs/assets/logo.svg,logo.png(1024, transparent),logo-on-dark.png: the organisation logo.favicon.svg,social-preview.svg+ PNG re-rendered,social-preview.mdupdated.The README recording. The demo prints everything in one paint; the tape now pipes it through a
while readloop that releases a line every 0.7 s, typed in the open beside thesedthat ends it, and the tape's comment says exactly what is set up off screen (the loop, nothing else). The recording covers the first two scenarios and holds on the approval that was bound to one action and refused for another. 18.5 s.The browser demo.
docs/try-it.jsreveals one line at a time, refusals in red. Verified in a headless browser against the real script with Pyodide stubbed to return a genuine transcript.Mintlify.
docs.jsonpoints at the per-theme wordmarks and the amber palette;docs/images/carries the assets; the Try-it button is amber.Tests
tests/test_readme_assets.py: the recording's last line is scenario 2's refusal,remote refund calls: 1is still on screen, the only hidden setup is the pacing loop, the demo never runs off screen, both wordmarks exist and the README uses both, anddocs/images/has not drifted fromdocs/assets/. Full suite: 3784 passed, 45 skipped.By hand after merge
docs/assets/logo.pngas the GitHub organisation avatar.docs/assets/social-preview.pngunder repository settings → Social preview.