-
Notifications
You must be signed in to change notification settings - Fork 297
Align home page navigation with other pages and update UI elements #2603
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
Conversation
- Changed horizontal padding from px-4 md:px-11 to px-5 to match other pages - Adjusted top padding to 2px for precise vertical alignment - Added sparkles icon for AI copilot search box - Updated text: 'Welcome to Redis Docs' (capital D) - Updated text: 'Control your Redis Software on-premises and on cloud platforms' - Navigation now aligns perfectly with other documentation pages
|
This looks good to me, @mich-elle-luna. |
dwdougherty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
- Added 'Get Started' and 'Deploy & Operate' column headings for clarity - Reduced vertical spacing between sections from 56px to 32px (mt-14/pt-14 to mt-8/pt-8) - Reorganized sections for better logical grouping: - Moved 'Client tools' from Deploy to Get Started column - Moved 'Optimize Redis' and 'Migrate data' from Get Started to Deploy column - Added new 'Understand Redis data structures and use cases' section - Changed 'Build GenAI apps with Redis' to 'Build GenAI apps' - Balanced columns: 6 sections in Get Started, 6 in Deploy & Operate - Fixed backtick escaping in llms.txt button label
andy-stark-redis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment to consider, but otherwise a nice improvement - LGTM.
| {{ partial "docs-section.html" (dict | ||
| "Title" "Understand Redis data structures and use cases" | ||
| "Description" "Learn which Redis data structures to use for caching, queues, leaderboards, and more" | ||
| "ButtonLink" "./develop/data-types/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's also this page that gives guidance about when to use which type. I don't know if that would be useful here. Alternatively, maybe the guidance page should replace the current index page for that section?
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
This is a draft re-design on the docs home page to address feedback about the co-pilot search box location, use of vertical space, and to prevent the jumping of the navigation bar location when going from the home page to the next level down.
https://redis.io/docs/staging/home-nav-fix/