Merged
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new “Rstack” section across the documentation and READMEs, replacing or augmenting existing Rsbuild/Rspack ecosystem references, and adjusts related link descriptions.
- Added a unified Rstack table in start guides and main READMEs.
- Updated community and resource links to reference Rstack instead of Rspack/Rsbuild.
- Modified Web Workers guide to specify Rsbuild usage scope.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/guide/start/index.mdx | Added “Rstack” section table and adjusted ecosystem links. |
| website/docs/zh/guide/basic/web-workers.mdx | Changed Web Workers usage reference to Rsbuild only. |
| website/docs/zh/community/index.mdx | Updated awesome-rspack link description to Rstack context. |
| website/docs/en/guide/start/index.mdx | Added “Rstack” section table and adjusted ecosystem links. |
| website/docs/en/community/index.mdx | Updated awesome-rspack link description to Rstack context. |
| README.zh-CN.md | Added Rstack table, removed overview image, updated links. |
| README.pt-BR.md | Added Rstack table, removed overview image, updated links. |
| README.md | Added Rstack table, removed overview image, updated links. |
Comments suppressed due to low confidence (4)
README.md:69
- [nitpick] The Rstack overview image was removed here. If the visual diagram is still valuable, consider re-adding the
block or providing an equivalent link.
- <img
README.zh-CN.md:70
- [nitpick] The Rstack overview image was removed from the Chinese README. Ensure the diagram isn’t unintentionally dropped or provide an updated visual.
- <img
README.pt-BR.md:70
- [nitpick] The Rstack overview image was removed from the Portuguese README. Confirm whether the visual should be restored or replaced.
- <img
website/docs/zh/guide/basic/web-workers.mdx:13
- The description now limits Web Workers usage to Rsbuild only, but the support also applies to Rspack. Consider restoring 'Rspack / Rsbuild' or clarifying intended scope to avoid confusion.
Web Workers 是 Rspack 的一等公民,这意味着你不需要任何的 Loader 就可以直接在 Rsbuild 项目中使用 Web Workers。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
This PR adds a new "Rstack" section to the README files , which details the projects of the Rstack toolchain and helps users to understand its concepts and goals.
Same as web-infra-dev/rspack#10424
Checklist