docs: use the Candybox logo for the site brand and favicon#27
Merged
Conversation
Add the Candybox logo (from the assets branch) to the docs site and wire it into the hugo-book sidebar brand (BookLogo) and the browser-tab favicon (BookFavicon). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MrEvU2tM8JaoZQgXotaPhH
predatorray
force-pushed
the
claude/user-docs-logo-1gupb9
branch
from
June 18, 2026 00:25
c625abc to
798674f
Compare
✅ S3 compatibility gate passed
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #27 +/- ##
=========================================
Coverage 83.66% 83.66%
Complexity 677 677
=========================================
Files 161 161
Lines 8876 8876
Branches 1330 1330
=========================================
Hits 7426 7426
Misses 970 970
Partials 480 480 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Adds the Candybox logo to the documentation site (follow-up to #24).
Changes
docs/static/logo.svg— the project logo, copied from theassetsbranch.docs/config.toml— setsBookLogoso the logo appears next to the title in the sidebar brand, andBookFaviconso the same SVG is used as the browser-tab favicon.Verified locally: the build copies
logo.svginto the output, the sidebar renders'<img src="/candybox/logo.svg">', and the favicon<link rel="icon">points at it.🤖 Generated with Claude Code
Generated by Claude Code