Skip to content

Docs: Point monorepo links to next branch#33799

Merged
jonniebigodes merged 5 commits into
storybookjs:nextfrom
pavan-sh:docs/fix-docs-github-links-next
Feb 16, 2026
Merged

Docs: Point monorepo links to next branch#33799
jonniebigodes merged 5 commits into
storybookjs:nextfrom
pavan-sh:docs/fix-docs-github-links-next

Conversation

@pavan-sh
Copy link
Copy Markdown
Contributor

@pavan-sh pavan-sh commented Feb 8, 2026

Closes #

What I did

Some docs pages link to source files in the Storybook monorepo using blob/main, which can be outdated/misleading since Storybook’s primary branch is next.
This updates those GitHub links to target blob/next instead.

Checklist for Contributors

Testing

The changes in this PR are covered in the following automated tests:

  • stories
  • unit tests
  • integration tests
  • end-to-end tests

Manual testing

Caution

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Click the updated GitHub links in:

  • docs/api/new-frameworks.mdx
  • docs/builders/builder-api.mdx
  • docs/get-started/frameworks/angular.mdx
  • docs/sharing/publish-storybook.mdx
    Confirm each resolves (no 404) and points at the expected file/section on next.

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

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.

🦋 Canary release

This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the @storybookjs/core team here.

core team members can create a canary release here or locally with gh workflow run --repo storybookjs/storybook publish.yml --field pr=<PR_NUMBER>

Summary by CodeRabbit

  • Documentation
    • Updated multiple external documentation links to point to the "next" development branch for framework presets, start/build examples, API references, Angular schema examples, and deployment/migration guidance.
    • These are documentation-only updates; no functional changes, API surface modifications, or behavior changes were made.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 8, 2026

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

This PR updates external documentation links from the main branch to the next branch across several MDX files (framework presets/start examples, Builder API, Angular schemas, and a migration guide). No functional or public API changes.

Changes

Cohort / File(s) Summary
Documentation Link Updates
docs/api/new-frameworks.mdx, docs/builders/builder-api.mdx, docs/get-started/frameworks/angular.mdx, docs/sharing/publish-storybook.mdx
Replaced repository URLs pointing at main with equivalent next branch URLs (framework presets and render/start example links, Builder API link, Angular schema links, and migration guide link).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Fix all issues with AI agents
In `@docs/api/new-frameworks.mdx`:
- Line 143: Update the stale Storybook render function links referenced in the
sentence about the start function: replace the four monorepo links for React,
Vue, Angular, and Web Components with the new paths for their render
functions—use code/renderers/react/src/render.tsx for React,
code/renderers/vue3/src/render.ts for Vue,
code/frameworks/angular/src/client/render.ts for Angular, and
code/renderers/web-components/src/render.ts for Web Components—so the "start"
function paragraph points to the correct render function sources.
- Line 71: Replace the stale app/ paths in the docs examples with the new
code/frameworks/ locations: update the link at the first occurrence (currently
pointing to app/react/src/server/options.ts) to
code/frameworks/react-webpack5/src/preset.ts and likewise change the app/vue and
app/web-components links to code/frameworks/vue3-vite/src/preset.ts and
code/frameworks/web-components-vite/src/preset.ts; do this for both the
reference at the earlier citation (line ~71) and the later reference (line ~143)
so both sets of example links point to the current monorepo framework preset
files.

Comment thread docs/api/new-frameworks.mdx Outdated
Comment thread docs/api/new-frameworks.mdx Outdated
@valentinpalkovic valentinpalkovic changed the title Docs: point monorepo links to next branch Docs: Point monorepo links to next branch Feb 9, 2026
@valentinpalkovic valentinpalkovic added documentation ci:docs Run the CI jobs for documentation checks only. labels Feb 9, 2026
@valentinpalkovic valentinpalkovic moved this to Empathy Queue (prioritized) in Core Team Projects Feb 9, 2026
Copy link
Copy Markdown
Contributor

@jonniebigodes jonniebigodes left a comment

Choose a reason for hiding this comment

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

@pavan-sh again, thanks for taking the time to put together this pull request and helping us improve the documentation by catching these broken links. We appreciate it 🙏 !

I left some items for you to look into when you can.

Let me know once you've addressed them, and I'll take another look and merge it in.

Have a fantastic day.

Stay safe

Comment thread docs/builders/builder-api.mdx Outdated
Comment thread docs/api/new-frameworks.mdx Outdated
Comment thread docs/api/new-frameworks.mdx Outdated
pavan-sh and others added 3 commits February 16, 2026 07:19
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
@pavan-sh
Copy link
Copy Markdown
Contributor Author

@pavan-sh again, thanks for taking the time to put together this pull request and helping us improve the documentation by catching these broken links. We appreciate it 🙏 !

I left some items for you to look into when you can.

Let me know once you've addressed them, and I'll take another look and merge it in.

Have a fantastic day.

Stay safe

Hi @jonniebigodes — thanks for the review and for pointing those items out.

I’ve addressed the feedback and updated the PR accordingly. Could you please take another look when you get a chance?

Appreciate your time!

Copy link
Copy Markdown
Contributor

@jonniebigodes jonniebigodes left a comment

Choose a reason for hiding this comment

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

@pavan-sh appreciate you addressing the feedback so promptly 🙏 ! I've checked, and all is good on my end. Going to merge this once the checklist clears.

Hope you have a fantastic day.

@jonniebigodes jonniebigodes merged commit 21583ee into storybookjs:next Feb 16, 2026
12 checks passed
@github-project-automation github-project-automation Bot moved this from Empathy Queue (prioritized) to Done in Core Team Projects Feb 16, 2026
@pavan-sh
Copy link
Copy Markdown
Contributor Author

@pavan-sh appreciate you addressing the feedback so promptly 🙏 ! I've checked, and all is good on my end. Going to merge this once the checklist clears.

Hope you have a fantastic day.

Thanks for your feedback and valuable time.
Have a great day!

@github-actions github-actions Bot mentioned this pull request Feb 18, 2026
10 tasks
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

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants