Skip to content

Docs: Update install prompt to use npm create#34829

Merged
kylegach merged 1 commit into
mainfrom
docs-agentic-setup-prompt-create-on-latest
May 18, 2026
Merged

Docs: Update install prompt to use npm create#34829
kylegach merged 1 commit into
mainfrom
docs-agentic-setup-prompt-create-on-latest

Conversation

@kylegach
Copy link
Copy Markdown
Contributor

@kylegach kylegach commented May 18, 2026

This PR contains the exact changes in #34828, but targets main (because we need the changes to be in the latest docs quickly).

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli-storybook/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that don't fit in the above categories.

Summary by CodeRabbit

  • Documentation
    • Updated Storybook installation instructions across the documentation.

Review Change Stack

@kylegach kylegach self-assigned this May 18, 2026
@kylegach kylegach requested a review from jonniebigodes as a code owner May 18, 2026 16:08
@kylegach kylegach added documentation ci:docs Run the CI jobs for documentation checks only. labels May 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Fails
🚫

This PR targets main, but it should target next. Please update the base branch of your PR.

🚫 PR description is missing the mandatory "#### Manual testing" section. Please add it so that reviewers know how to manually test your changes.

Generated by 🚫 dangerJS against 5f2e724

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f4d2f537-4f87-44d3-a8b5-1f5c74a1be08

📥 Commits

Reviewing files that changed from the base of the PR and between f8c16d1 and 5f2e724.

📒 Files selected for processing (3)
  • docs/_snippets/prompt-install-storybook.md
  • docs/get-started/install.mdx
  • docs/index.mdx

📝 Walkthrough

Walkthrough

The PR updates documentation across three files to replace the Storybook installation command from npx storybook@latest init with npm create storybook@latest, ensuring consistent setup instructions in the reusable snippet, getting started guide, and homepage.

Changes

Storybook Installation Command

Layer / File(s) Summary
Installation command updates
docs/_snippets/prompt-install-storybook.md, docs/get-started/install.mdx, docs/index.mdx
Storybook initialization instructions are updated from npx storybook@latest init to npm create storybook@latest across the reusable prompt snippet, getting started guide, and homepage callouts.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • storybookjs/storybook#34648: Changes the same Storybook command in the prompt-install-storybook snippet and related documentation files.

Comment @coderabbitai help to get the list of available commands and usage tips.

@kylegach kylegach merged commit 229cf14 into main May 18, 2026
15 of 24 checks passed
@kylegach kylegach deleted the docs-agentic-setup-prompt-create-on-latest branch May 18, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:docs Run the CI jobs for documentation checks only. documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants