docs(mintlify): update logo and favicon to new branding#8
Merged
Conversation
- Replace assets/stacy-logo-light.png with the new black "StacyOS" wordmark for light mode - Replace assets/stacy-logo-dark.png with the new white "StacyOS" wordmark for dark mode - Replace the old orange/black SVG favicon with the new squircle "S" mark as assets/stacyvm-favicon.png; remove the now-unused assets/stacyvm-favicon.svg - Update docs.json favicon path from .svg to .png Mintlify reads logo/favicon paths from docs.json; no other docs site config needs to change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Correction pushed (b954f7e): swapped the logos from "StacyOS" to the correct "StacyVM" wordmark — black for The PR description's "inference flag" about light-mode logo is now resolved — both light and dark were provided by the user with explicit |
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
Replaces the Mintlify docs site logo and favicon with the new StacyOS branding.
Asset changes
assets/stacy-logo-light.png(old "Stacy" wordmark)logo.light(unchanged path)assets/stacy-logo-dark.png(old "Stacy" wordmark)logo.dark(unchanged path)assets/stacyvm-favicon.svg(orange/black squircle)assets/stacyvm-favicon.png(new squircle "S" mark on cream)faviconupdated.svg→.pngThe old SVG favicon is removed (
git rm) since it's no longer referenced anywhere.Diff
5 files: 2 binaries replaced, 1 binary added, 1 binary deleted, 1 JSON line edited.
Note about the light-mode logo
The user pasted 2 images in chat — the favicon (squircle S) and the dark-mode wordmark (white-on-transparent). I inferred
Logo 1.1.pngfrom~/Downloads/as the matching light-mode wordmark (same artwork in black). If the intended light-mode logo was different, replaceassets/stacy-logo-light.pngand I'll re-PR.Verification
grep -rn "stacy-logo|stacyvm-favicon" .shows the only references are indocs.json:12-16, all now pointing at files that exist.Why PNG favicon instead of SVG
Mintlify accepts both. The new favicon artwork was supplied as a PNG; keeping it as PNG avoids a lossy raster-to-vector conversion. If you want me to author an SVG version, say the word.