Skip to content

docs(mintlify): update logo and favicon to new branding#8

Merged
arpan-mondal merged 1 commit into
mainfrom
docs/update-mintlify-branding
May 12, 2026
Merged

docs(mintlify): update logo and favicon to new branding#8
arpan-mondal merged 1 commit into
mainfrom
docs/update-mintlify-branding

Conversation

@arpan-mondal
Copy link
Copy Markdown
Contributor

What

Replaces the Mintlify docs site logo and favicon with the new StacyOS branding.

Asset changes

Slot Before After docs.json key
Light-mode logo assets/stacy-logo-light.png (old "Stacy" wordmark) New black "StacyOS" wordmark logo.light (unchanged path)
Dark-mode logo assets/stacy-logo-dark.png (old "Stacy" wordmark) New white "StacyOS" wordmark logo.dark (unchanged path)
Favicon assets/stacyvm-favicon.svg (orange/black squircle) assets/stacyvm-favicon.png (new squircle "S" mark on cream) favicon updated .svg.png

The 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.png from ~/Downloads/ as the matching light-mode wordmark (same artwork in black). If the intended light-mode logo was different, replace assets/stacy-logo-light.png and I'll re-PR.

Verification

grep -rn "stacy-logo|stacyvm-favicon" . shows the only references are in docs.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.

- 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>
@arpan-mondal arpan-mondal merged commit 00daef3 into main May 12, 2026
12 checks passed
@arpan-mondal
Copy link
Copy Markdown
Contributor Author

Correction pushed (b954f7e): swapped the logos from "StacyOS" to the correct "StacyVM" wordmark — black for stacy-logo-light.png, white for stacy-logo-dark.png. Favicon is unchanged (already correct).

The PR description's "inference flag" about light-mode logo is now resolved — both light and dark were provided by the user with explicit white theme / dark theme filenames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant