Feature: Theme and hub re-design - #104
Merged
mbenavidez-amd merged 5 commits intoJul 13, 2026
Merged
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
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.
Motivation
This pull request makes significant improvements to the documentation site, focusing on a redesigned landing page, improved navigation, and enhanced visual presentation. It introduces a new landing page layout with visually consistent cards, moves cluster validation content to its own overview page, updates theme and copyright information, and adds custom CSS for a better user experience. There are also updates to wordlists and build configurations to support these changes.
Technical Details
Landing page and site structure improvements:
docs/index.rst) using custom HTML and CSS for a modern, card-based layout, with direct links to key guides and reference materials. The original cluster validation content was moved to a newdocs/overview.rstpage for clarity and better organization. [1] [2]docs/sphinx/_toc.yml,docs/sphinx/_toc.yml.in).Visual and theme enhancements:
docs/_static/css/custom.css) to disable scroll-reveal animations, clamp card text for uniformity, and hide the sidebar toggle when the sidebar is empty.instinct-designand updated sidebar behavior to hide it only on the landing page (docs/conf.py).Build and configuration updates:
docs/.readthedocs.yaml).infrastructure/dc-design/.readthedocs.yaml).Styling for data center design docs:
infrastructure/dc-design/_static/css/custom.css).These changes collectively modernize the documentation’s appearance, improve navigation and maintainability, and lay the groundwork for further content expansion.
Test Plan
Test and validate local build of documentation.
Test Result
Submission Checklist