feat(design-data): add Articles section to Spectrum Design Data site - #1230
Open
GarthDB wants to merge 1 commit into
Open
feat(design-data): add Articles section to Spectrum Design Data site#1230GarthDB wants to merge 1 commit into
GarthDB wants to merge 1 commit into
Conversation
Adds a lightweight blog-style section to the docs/site 11ty site for release notes, roadmap posts, and in-depth concept/decision write-ups, with a first article covering the token format for a technical audience. - docs/site/src/articles/: new post collection (directory data + layout) - docs/site/src/pages/articles/index.md: category-filterable listing page - docs/site/src/includes/layout/header.liquid, src/data/navigation.js: nav entry - docs/site/eleventy.config.js: passthrough copy for article images - docs/site/src/articles/understanding-spectrum-tokens.md: first post, a technical/forward-looking companion to the S2 "Design tokens" page, using verified real token names and linking into the published spec Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Description
Adds an "Articles" section to the Spectrum Design Data docs site (
docs/site/), for release notes, roadmap posts, and in-depth concept/decision write-ups. Ships with a first article, "Understanding Spectrum design tokens", a technical/forward-looking companion to the S2 brand site's design-tokens page.Related Issue
N/A — internal docs improvement, not tied to an open issue.
Motivation and Context
The public S2 design-tokens page is getting a concept-first refresh aimed at designers, and is deliberately light on where the token format is headed. The Spectrum Design Data site serves the technical audience (token consumers/authors/implementers) and had no home for narrative, point-in-time writing. This adds that home, using real, verified token names/values, and links forward into the published spec (
/spec/) rather than duplicating it.How Has This Been Tested?
moon run site:copyContent && moon run site:build) and verified the Articles nav entry, index listing with category filter, and the article page render correctly with Spectrum table/link styling applied.packages/tokens/src/*.json.docs/markdown/pages/articles/index.mdis correctly generated by the markdown-generator.Screenshots (if appropriate):
N/A
Types of changes
Checklist: