feat(docs): add Spectrum 2 documentation and MCP server#697
Merged
Conversation
🦋 Changeset detectedLatest commit: 74f34ee The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Member
Author
Run report for 74f34ee5Total time: 6.8ms | Comparison time: 0s | Estimated loss: 6.8ms (100.0% slower)
Touched files |
522f1e0 to
6804322
Compare
Add comprehensive S2 component documentation scraped from s2.spectrum.corp.adobe.com: - 100 pages with YAML frontmatter (source_url, tags, relationships) - 69 components across 6 categories (actions, containers, feedback, inputs, navigation, status) - 25 design guidelines (color, typography, app frame, layout) - 2 support pages (FAQs and Resources) - MCP server for AI assistant access to S2 docs - Transformation tools for scraping and processing documentation New projects: - docs/s2-docs/: Markdown documentation with structured frontmatter - tools/s2-docs-mcp/: MCP server providing query/search tools for AI assistants - tools/s2-docs-transformer/: Scraping and transformation utilities Features: - Proper YAML frontmatter with source URLs for citation - Related component metadata for navigation - Transform scripts for maintaining frontmatter consistency - Filesystem-based index generation for MCP tool - Filters to exclude non-useful content (contact, quarterly updates) Co-authored-by: Cursor <cursoragent@cursor.com>
6804322 to
22090a1
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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 adds comprehensive Spectrum 2 documentation to the monorepo:
New Projects
docs/s2-docs/ (102 pages)
tools/s2-docs-mcp/ (MCP server)
Features
Benefits
Test Plan
Made with Cursor