feat(site): reorganize navigation and add dedicated Tools page#703
Merged
feat(site): reorganize navigation and add dedicated Tools page#703
Conversation
- Add new Tools page with auto-generated content from package.json - Web Tools section for deployed applications - Developer Tools section for packages in tools/ directory - Links to npm for public packages, GitHub for private packages - Alphabetically sorted developer tools list - Reorganize header navigation - Remove Home link (logo links to home) - Add Tools link to main navigation - Add Adobe logo to header - Update header layout to vertical stack with improved spacing - Set header text to font-weight 700 - Update footer - Replace tool links with Spectrum ecosystem links - Add links to React Spectrum, Spectrum Web Components, and Spectrum Website - Style footer links consistently (non-bold, nowrap) - Add Adobe Clean font via Typekit - Include preconnect for performance - Load script asynchronously - Enhance content descriptions - Add descriptions to component and token list pages - Update token titles to sentence case - Add specific descriptions for each token file type - Update package names for consistency - Use simple names for private/unpublished packages - Keep @adobe scope for published packages Co-authored-by: Cursor <cursoragent@cursor.com>
|
Member
Author
Run report for 77467731Total time: 1m 4s | Comparison time: 1m 54s | Estimated savings: 50.2s (43.7% faster)
Expanded report
Touched files |
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
This PR reorganizes the documentation site navigation and adds a new dedicated Tools page:
tools/directory with links to npm (public) or GitHub (private)generateToolsPagetask to moon.yml that runs beforecopyContentKey Changes
Tools Page Generation
docs/site/scripts/generate-tools-page.jsdocs/andtools/directoriessrc/tools.mdwith links and descriptionsHeader & Footer
Typography & Content
Test Plan
moon run docs-site:generateToolsPagemoon run docs-site:buildto ensure no build errorsMade with Cursor