Skip to content

fix: align website copy with shipped contracts - #25

Merged
smiggleworth merged 1 commit into
mainfrom
fix/docs-accuracy
Jul 28, 2026
Merged

fix: align website copy with shipped contracts#25
smiggleworth merged 1 commit into
mainfrom
fix/docs-accuracy

Conversation

@smiggleworth

Copy link
Copy Markdown
Contributor

Summary

  • correct documentation examples against installed Askr declarations
  • update CLI, deployment, accessibility, and package-boundary prose
  • replace pseudo release notes with explicit upgrade guidance
  • add regression coverage for audited snippet and marketing contracts

Validation

  • npm run analyze
  • npm run check
  • 17 unit tests
  • 338/338 static routes
  • 32,501 API anchors

Copilot AI review requested due to automatic review settings July 28, 2026 19:24
@smiggleworth
smiggleworth merged commit c4326c2 into main Jul 28, 2026
2 checks passed
@smiggleworth
smiggleworth deleted the fix/docs-accuracy branch July 28, 2026 19:27

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns the website’s documentation and marketing copy with the behavior and API surface of the shipped Askr packages, and adds regression tests to prevent drift.

Changes:

  • Updated docs snippets to match current contracts (e.g., jsonSchema, RouteQuery.get(), keyed <For>, updated component props/variants).
  • Replaced “release notes” with explicit “upgrade guidance” on the docs landing page (including TOC/anchors and tests).
  • Refreshed audited marketing language to avoid claims that exceed shipped package boundaries, with tests enforcing the copy constraints.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/docs-catalog.test.ts Adds regression assertions to keep docs snippets, CLI prose, charts/examples, and audited marketing copy aligned with shipped behavior.
src/pages/marketing/themes.tsx Updates hero copy to avoid over-claims and clarify accessibility testing expectations.
src/pages/marketing/production.tsx Replaces “two outputs” messaging with explicit “two deployment paths” guidance and supporting paragraph.
src/pages/marketing/platform.tsx Refines package/peer-boundary messaging to match installed peer dependency declarations.
src/pages/marketing/home.tsx Adjusts hero lede to reflect explicit page registry framing.
src/pages/marketing/full-stack.tsx Updates composition-root messaging to match shipped architecture claims.
src/pages/docs/usage-guide.ts Updates multiple snippets (schema, router query, form uploads, UI patterns) and adds page-specific chart usage examples.
src/pages/docs/release-notes.ts Renames and rewrites release-note-style content into concrete upgrade guidance entries.
src/pages/docs/page.tsx Updates docs landing section/anchor rendering to show “Upgrade guidance” instead of “Release notes”.
src/pages/docs/content-overrides.ts Revises CLI/dependency-maintenance prose to match current CLI behavior (including --force/-f).
src/pages/docs/catalog.ts Updates docs landing TOC entry from release-notes to upgrade-guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants