docs: reframe homepage as the Design Systems Styling Engine#304
Open
alexgrozav wants to merge 1 commit into
Open
docs: reframe homepage as the Design Systems Styling Engine#304alexgrozav wants to merge 1 commit into
alexgrozav wants to merge 1 commit into
Conversation
Lead with the category positioning ("The styling engine for your design
system") and reorder the page to the story spine: one source of truth →
typed → zero-runtime → every bundler → scanner/figma. Correct the bundler
list to the real nine (adds Bun) and set the meta category line.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Implements the homepage reframe from SF-14 (Maître's approved proposal, Alex signed off). PR to Étoile for review.
What changed
apps/docs/content/index.md:title/descriptioncarry the category line + meta/social one-liner. Kept thestyleframe.config.tssnippet and both CTAs.apps/docs/nuxt.config.ts—site.name(ogSiteName / meta category line) → "Styleframe — The Design Systems Styling Engine".Interpretation notes for review
/figmaand/scannerresolve; the typed proof links to/docs/api, the bundler proof to/docs/getting-started/installation. "playground" and "testing/integration" have no public doc route, so I linked to the closest resolvable docs pages rather than invent links.Findings (not blocking this PR)
testing/integrationdoes not enumerate bundlers — it scaffolds a Vite-only app tested cross-browser. The authoritative bundler set is the@styleframe/pluginexport map (tooling/plugin/package.json+src/*.ts), which is where I verified the nine.pnpm --filter @styleframe/docs typecheck, but@styleframe/docshas no typecheck script. Docs verify viabuild. Flagging for a skill fix.content/docs/02.api/13.imports.mdand14.imports.mdlist only five bundlers as "all supported build tools" — incomplete vs the nine. Small drift, filed for a follow-up.Verification
pnpm install && pnpm build:nodocs— spine built (plugin adapters incl. bun compiled).pnpm --filter @styleframe/docs build— build complete, MDC/frontmatter valid, homepage prerendered with the new copy.apps/docs/.data/content/contents.sqlite(11/11 resolve, count=1 each).npx oxlint apps/docs/nuxt.config.ts— ok.@styleframe/docsis in the changesets ignore list).Closes acceptance for the docs half of SF-14.