feat: redesign documentation site with animated logo and improved UX#7
Merged
feat: redesign documentation site with animated logo and improved UX#7
Conversation
Major documentation overhaul: • Simplified navigation from 23 pages to 7 essential pages • OAuth-first approach with bearer tokens as fallback option • Clean red theme matching logo design • Responsive theme switching (light/dark mode) New animated logo mascot: • Eyes look left, right, center with subtle nose rotation • Natural blinking animation with proper easing • 12-second cycle for subtle easter egg effect • Positioned correctly in hero layout Enhanced user experience: • Custom theme toggle (sun/moon icons vs dropdown) • Improved color contrast in both themes • Proper syntax highlighting and formatting • Fixed all configuration examples to match implementation Technical improvements: • Added Prettier formatting with Astro plugin • Created reusable components (CustomHero, AnimatedLogo, ThemeSelect) • Proper component override structure • CSS custom properties for consistent theming Removed overcomplicated structure and fixed content accuracy to match actual Go implementation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Add comprehensive section covering: - Design philosophy and visual guidelines - Technical implementation details - Animation specifications - Color management and theming - Content guidelines and common issues - Deployment process Includes specific guidance on the animated mascot, proper color usage, and troubleshooting for future documentation work.
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
Redesigned documentation site with simplified navigation (23 pages to 7), OAuth-first approach, and clean red theme matching the logo.
Added animated logo mascot with looking behavior and natural blinking on 12-second cycle. Created custom theme switcher and fixed color contrast issues in both light and dark modes.
All configuration examples now match actual Go implementation. Added Prettier formatting and reusable Astro components.