Skip to content

Backport/docs fixes#89031

Merged
timneutkens merged 4 commits into
next-16-1from
backport/docs-fixes
Jan 26, 2026
Merged

Backport/docs fixes#89031
timneutkens merged 4 commits into
next-16-1from
backport/docs-fixes

Conversation

@icyJoseph
Copy link
Copy Markdown
Member

A handful of PRs to sync w/ next patch release

delbaoliveira and others added 4 commits January 26, 2026 10:14
Add next.js glossary so we can reference concepts in guides without
having to re-explain them. Guides should be succint, like a skill :)

Closes: https://linear.app/vercel/issue/DOC-5574/nextjs-glossary

---------

Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
- Update Partytown documentation links from `builder.io` to `qwik.dev`.
- Update Partytown installation package reference in the guide.

<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making: -->

## For Contributors

### Improving Documentation

- [x] Run `pnpm prettier-fix` to fix formatting issues before opening
the PR.
- [x] Read the Docs Contribution Guide to ensure your contribution
follows the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

### Fixing a bug

- [ ] Related issues linked using `fixes #number`
- [ ] Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- [ ] Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR. (A discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- [ ] Related issues/discussions are linked using `fixes #number`
- [ ] e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md


## For Maintainers

- [ ] Minimal description (aim for explaining to someone not on the team
to understand the PR)
- [ ] When linking to a Slack thread, you might want to share details of
the conclusion
- [ ] Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- [ ] Add review comments if necessary to explain to the reviewer the
logic behind a change

### What?
Updated Partytown documentation URLs and the installation package
reference in the `next/script` guide.

### Why?
Partytown documentation and packages have moved from `builder.io` to
`qwik.dev`. The old links were outdated, and the package reference
needed to be updated to `@qwik.dev/partytown` to ensure users install
the correct version.

### How?
Updated
[docs/01-app/02-guides/scripts.mdx](cci:7://file:///home/hanzala/Projects/personal/next.js/docs/01-app/02-guides/scripts.mdx:0:0-0:0)
to replace `partytown.builder.io` with `partytown.qwik.dev` and updated
the `npm install` instruction.

Closes NEXT-
Fixes #
)

- Applying learnings from a recipe
- React.cache usage under a use cache scope
@nextjs-bot nextjs-bot added created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation. labels Jan 26, 2026
@icyJoseph icyJoseph marked this pull request as ready for review January 26, 2026 10:04
@timneutkens timneutkens merged commit 2718661 into next-16-1 Jan 26, 2026
73 checks passed
@timneutkens timneutkens deleted the backport/docs-fixes branch January 26, 2026 12:13
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

created-by: Next.js DevEx team PRs by the DX team. Documentation Related to Next.js' official documentation. locked

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants