Feature: Site layout re-alignment#120
Merged
AMD-melliott merged 5 commits intoJun 25, 2026
Merged
Conversation
7cce2c2 to
8532aa2
Compare
8532aa2 to
9562135
Compare
2355e43 to
da75660
Compare
AMD-melliott
left a comment
Collaborator
There was a problem hiding this comment.
Changes look good, just one link that needs to be fixed
mbenavidez-amd
commented
Jun 25, 2026
mbenavidez-amd
left a comment
Collaborator
Author
There was a problem hiding this comment.
Changes look good, just one link that needs to be fixed
Updated.
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 restructures and improves the organization of documentation resources, particularly on the main landing page and navigation menus. It introduces dedicated resource and reference pages, updates the layout for better usability, and consolidates related links under clearer categories. The changes also clean up and modernize the presentation of tools and reference materials, making it easier for users to find relevant documentation and utilities.
Technical Details
Documentation Structure and Navigation:
docs/resources/index.md(for tools) anddocs/resources/common-reference.md(for common references), and updated the table of contents indocs/sphinx/_toc.yml.into group related links under "Resources" and "Common Reference" sections. This improves discoverability and organization of documentation links.Landing Page and Content Updates:
docs/index.md) to use tabbed and dropdown layouts for tools and references, providing a more user-friendly and visually organized interface.Reference Material Organization:
Cleanup:
docs/core/index.mdfile, as its content is now covered by the new reference structure.Minor Content and Link Corrections:
These changes collectively enhance the documentation site's usability, making it easier for users—especially newcomers—to locate tools, guides, and technical references.
Test Plan
Confirm documentation builds correctly in local environment with no errors.
Test Result
Local build successful.
Submission Checklist