Skip to content

Update docs site Getting Started guide#101

Merged
czarandy merged 2 commits into
mainfrom
silver/issue-97-update-docs-site-getting-started
Jul 10, 2026
Merged

Update docs site Getting Started guide#101
czarandy merged 2 commits into
mainfrom
silver/issue-97-update-docs-site-getting-started

Conversation

@czarandy

Copy link
Copy Markdown
Owner

Summary

  • add a key-features overview to the generated Getting Started page
  • remove the requested runtime dependency and Button label explanations
  • add tests covering the new features and removed copy

Validation

  • pnpm test (2,290 tests passed; release-sync tests rerun outside the filesystem sandbox)
  • pnpm lint
  • pnpm typecheck
  • pnpm format:check

Closes #97

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
silver-ui Ready Ready Preview, Comment Jul 10, 2026 9:39pm
silver-ui-site Ready Ready Preview, Comment Jul 10, 2026 9:39pm

The getting-started page renders its install commands as Starlight
package-manager tabs, which only compile because docgen emits the page as
.mdx. The post-build smoke test only checked for the npm command and the
Installation heading, so a regression to plain markdown (leaking literal
<Tabs> markup) or a dropped package manager would still pass. Assert the
compiled starlight-tabs UI and all three (npm/pnpm/yarn) install commands.
@czarandy

Copy link
Copy Markdown
Owner Author

🤖 Addressed feedback: Verified all builds (site/storybook/library, incl. clean-room) and gates pass; hardened the getting-started smoke test to assert the package-manager tabs compile, and committed to re-trigger the stale Vercel checks.

@czarandy czarandy merged commit 66eea3d into main Jul 10, 2026
4 checks passed
@czarandy czarandy deleted the silver/issue-97-update-docs-site-getting-started branch July 10, 2026 21:43
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.

Update docs site "Getting started"

1 participant