-
Notifications
You must be signed in to change notification settings - Fork 29
Front-end UI/UX Improvements for Docs #465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MagicLex
wants to merge
24
commits into
main
Choose a base branch
from
lex-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…I dropdown fixes - Redesigned index page with modern architecture diagram - Reduced top margins across the site for better content visibility - Created consistent width for content pages - Added full_width page support - Created CLAUDE.md with build instructions - Attempted fixes for API dropdown menu z-index issues - Fixed white magnifying glass icon in light theme search bar
- Fixed version dropdown to consistently show the correct version options - Updated API dropdown and navigation to use correct URLs (linking to /latest instead of /dev) - Enhanced homepage with modern hero section and improved visual hierarchy - Fixed color inconsistencies and removed blue gradients from dark mode - Improved navigation styling and color consistency throughout the site - Added responsive design improvements for mobile devices - Fixed z-index issues with overlapping elements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Added ability to click on documentation images to see an enlarged version - Implemented smooth image modal with transitions and loading indicators - Added zoom icon indicators that appear on hover for better discoverability - Ensured accessibility with keyboard navigation (Esc to close) and ARIA attributes - Excluded small images, icons, and images in links from zoom functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Added dotted underline to all external links (not pointing to docs.hopsworks.ai) - Applied styling to both navigation links and content links - Added dark mode support for external link styling - Removed background gradient from hero section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Removed green header background for better visual hierarchy - Improved spacing and layout in landing page sections - Enhanced code block styling for better readability - Added subtle shadows for visual depth - Fixed layout issues with content cards - Made button styling more consistent - Added breathing room to sections for better rhythm This is a draft version for review, not final. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Added geometric unicode symbols as icons for component sections - Improved alignment and sizing of icons for better visual hierarchy - Prepared placeholder spaces for deployment and community icons - Refined CSS for consistent spacing and component styling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Removed green underlines for cleaner appearance - Added consistent section headers and spacing - Reorganized content for better visual hierarchy - Standardized typography and button styling - Improved cards layout with consistent margins - Added cloud provider logos for deployment options - Added section headers to improve navigation - Created responsive community resources section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Updated robots.txt for proper search indexing - Adjusted CSS styling for more consistent layout - Improved content styling and typography - Reduced code redundancy in dropdown.js - Fixed playlist column height in marctech.css - Enhanced site description in mkdocs.yml - Added maintenance note to README.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
…imation - Standardize spacing, margins, and padding throughout the page - Fix inconsistencies in layout, text alignment, and sizing - Add lightweight background node animation to the hero section - Make video playable directly within the page via embed - Improve responsive layout and full-width containers - Clean up formatting and visual hierarchy 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add strict path checking to ensure animation only runs on homepage - Add additional safeguard to verify hero section exists - Improve logging for debugging 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Change nodes from circles to squares - Add subtle rotation effect to the squares - Maintain existing connection lines between nodes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
…tion - Fix relative links in navigation to remove /index/ suffix - Update video section with more relevant content and better descriptions - Improve video section header text - Update Slack invite link with permanent URL 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
rcnnnghm
approved these changes
Apr 24, 2025
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.
Front-end Improvements for Docs
This PR contains multiple UI/UX enhancements to improve the documentation site's readability, navigation, and overall user experience.
Key Changes