Skip to content

Commit c28fc0d

Browse files
authored
docs: update Rstack introduction (#1006)
1 parent cb5c2d7 commit c28fc0d

File tree

7 files changed

+81
-48
lines changed

7 files changed

+81
-48
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,26 @@ The following diagram illustrates the relationship between Rslib and other tools
4444

4545
To get started with Rslib, see the [Quick Start](https://lib.rsbuild.dev/guide/start/quick-start).
4646

47-
## 🦀 Links
48-
49-
- [Rspack](https://github.com/web-infra-dev/rspack): A fast Rust-based web bundler.
50-
- [Rsbuild](https://github.com/web-infra-dev/rsbuild): A high-performance build tool powered by Rspack.
51-
- [Rspress](https://github.com/web-infra-dev/rspress): A fast static site generator based on Rsbuild.
52-
- [Rsdoctor](https://github.com/web-infra-dev/rsdoctor): A one-stop build analyzer for Rspack and Webpack.
53-
- [Modern.js](https://github.com/web-infra-dev/modern.js): A progressive React framework based on Rsbuild.
54-
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): A curated list of awesome things related to Rspack and Rsbuild.
55-
- [rspack-examples](https://github.com/rspack-contrib/rspack-examples): Examples for Rspack, Rsbuild, Rspress and Rsdoctor.
47+
## 🦀 Rstack
48+
49+
Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
50+
51+
| Name | Description |
52+
| ----------------------------------------------------- | ------------------------ |
53+
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler |
54+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool |
55+
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool |
56+
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
57+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
58+
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
59+
60+
## 🔗 Links
61+
62+
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): A curated list of awesome things related to Rstack.
63+
- [rstack-examples](https://github.com/rspack-contrib/rstack-examples): Examples for Rstack.
5664
- [storybook-rsbuild](https://github.com/rspack-contrib/storybook-rsbuild): Storybook builder powered by Rsbuild.
5765
- [rsbuild-plugin-template](https://github.com/rspack-contrib/rsbuild-plugin-template): Use this template to create your own Rsbuild plugin.
58-
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Design resources for Rspack, Rsbuild, Rspress and Rsdoctor.
66+
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Design resources for Rstack.
5967

6068
## 🤝 Contribution
6169

README.zh-CN.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,26 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统
4444

4545
你可以参考 [快速上手](https://lib.rsbuild.dev/zh/guide/start/quick-start) 来开始体验 Rslib。
4646

47-
## 🦀 链接
48-
49-
- [Rspack](https://github.com/web-infra-dev/rspack): 基于 Rust 的高性能打包工具。
50-
- [Rsbuild](https://github.com/web-infra-dev/rsbuild): 由 Rspack 驱动的构建工具。
51-
- [Rspress](https://github.com/web-infra-dev/rspress): 基于 Rsbuild 的静态站点生成器。
52-
- [Rsdoctor](https://github.com/web-infra-dev/rsdoctor): 针对 Rspack 和 webpack 的一站式构建分析工具。
53-
- [Modern.js](https://github.com/web-infra-dev/modern.js): 基于 Rsbuild 的渐进式 React 框架。
54-
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): 与 Rspack 和 Rsbuild 相关的精彩内容列表。
55-
- [rspack-examples](https://github.com/rspack-contrib/rspack-examples): Rspack、Rsbuild、Rspress 和 Rsdoctor 的示例项目。
47+
## 🦀 Rstack
48+
49+
Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
50+
51+
| 名称 | 描述 |
52+
| ----------------------------------------------------- | -------------- |
53+
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 |
54+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 |
55+
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 |
56+
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
57+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
58+
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
59+
60+
## 🔗 链接
61+
62+
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): 与 Rstack 相关的精彩内容列表。
63+
- [rstack-examples](https://github.com/rspack-contrib/rstack-examples): Rstack 的示例项目。
5664
- [storybook-rsbuild](https://github.com/rspack-contrib/storybook-rsbuild): 基于 Rsbuild 构建的 Storybook。
5765
- [rsbuild-plugin-template](https://github.com/rspack-contrib/rsbuild-plugin-template): 使用此模板创建你的 Rsbuild 插件。
58-
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Rspack、Rsbuild、Rslib、Rspress 和 Rsdoctor 的设计资源。
66+
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Rstack 的设计资源。
5967

6068
## 🤝 参与贡献
6169

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ rslog
108108
rspack
109109
rspress
110110
rstack
111+
Rstest
111112
selfsign
112113
selfsigned
113114
shiki

website/docs/en/guide/start/index.mdx

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,27 @@ The following diagram illustrates the relationship between Rslib and other tools
3636

3737
![Rspack stack layers](https://assets.rspack.dev/rsbuild/assets/rspack-stack-layers.png)
3838

39-
## 🦀 Links
40-
41-
- [Rspack](https://github.com/web-infra-dev/rspack): A fast Rust-based web bundler.
42-
- [Rsbuild](https://github.com/web-infra-dev/rsbuild): A Rspack Powered Build Tool.
43-
- [Rspress](https://github.com/web-infra-dev/rspress): A fast static site generator based on Rsbuild.
44-
- [Rsdoctor](https://github.com/web-infra-dev/rsdoctor): A one-stop build analyzer for Rspack and webpack.
45-
- [Modern.js](https://github.com/web-infra-dev/modern.js): A progressive React framework based on Rsbuild.
46-
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): A curated list of awesome things related to Rspack and Rsbuild.
47-
- [rspack-examples](https://github.com/rspack-contrib/rspack-examples): Examples for Rspack, Rsbuild, Rspress and Rsdoctor.
39+
## 🦀 Rstack
40+
41+
Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
42+
43+
| Name | Description |
44+
| ----------------------------------------------------- | ------------------------ |
45+
| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler |
46+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool |
47+
| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool |
48+
| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator |
49+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer |
50+
| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework |
51+
52+
## 🔗 Links
53+
54+
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): A curated list of awesome things related to Rstack.
55+
- [rstack-examples](https://github.com/rspack-contrib/rstack-examples): Examples for Rstack.
4856
- [storybook-rsbuild](https://github.com/rspack-contrib/storybook-rsbuild): Storybook builder powered by Rsbuild.
4957
- [rsbuild-plugin-template](https://github.com/rspack-contrib/rsbuild-plugin-template): Use this template to create your own Rsbuild plugin.
50-
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Design resources for Rspack, Rsbuild, Rslib, Rspress and Rsdoctor.
58+
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Design resources for Rstack.
5159

5260
## 🧑‍💻 Community
5361

54-
Come and chat with us on [Discord](https://discord.gg/XsaKEEk4mW)! The Rspack / Rsbuild / Rslib team and users are active there, and we're always looking for contributions.
62+
Come and chat with us on [Discord](https://discord.gg/XsaKEEk4mW)! The Rstack team and users are active there, and we're always looking for contributions.

website/docs/zh/guide/start/index.mdx

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,29 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统
3838

3939
![Rspack stack layers](https://assets.rspack.dev/rsbuild/assets/rspack-stack-layers.png)
4040

41-
## 🦀 链接
42-
43-
- [Rspack](https://github.com/web-infra-dev/rspack): 基于 Rust 的高性能打包工具。
44-
- [Rsbuild](https://github.com/web-infra-dev/rsbuild): 由 Rspack 驱动的构建工具。
45-
- [Rspress](https://github.com/web-infra-dev/rspress): 基于 Rsbuild 的静态站点生成器。
46-
- [Rsdoctor](https://github.com/web-infra-dev/rsdoctor): 针对 Rspack 和 webpack 的一站式构建分析工具。
47-
- [Modern.js](https://github.com/web-infra-dev/modern.js): 基于 Rsbuild 的渐进式 React 框架。
48-
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): 与 Rspack 和 Rsbuild 相关的精彩内容列表。
49-
- [rspack-examples](https://github.com/rspack-contrib/rspack-examples): Rspack、Rsbuild、Rspress 和 Rsdoctor 的示例项目。
41+
## 🦀 Rstack
42+
43+
Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
44+
45+
| 名称 | 描述 |
46+
| ----------------------------------------------------- | -------------- |
47+
| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 |
48+
| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 |
49+
| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 |
50+
| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 |
51+
| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 |
52+
| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 |
53+
54+
## 🔗 链接
55+
56+
- [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack): 与 Rstack 相关的精彩内容列表。
57+
- [rstack-examples](https://github.com/rspack-contrib/rstack-examples): Rstack 的示例项目。
5058
- [storybook-rsbuild](https://github.com/rspack-contrib/storybook-rsbuild): 基于 Rsbuild 构建的 Storybook。
5159
- [rsbuild-plugin-template](https://github.com/rspack-contrib/rsbuild-plugin-template): 使用此模板创建你的 Rsbuild 插件。
52-
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Rspack、Rsbuild、Rslib、Rspress 和 Rsdoctor 的设计资源。
60+
- [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources): Rstack 的设计资源。
5361

5462
## 🧑‍💻 社区
5563

56-
欢迎加入我们的 [Discord](https://discord.gg/XsaKEEk4mW) 交流频道!Rspack / Rsbuild / Rslib 团队和用户都在那里活跃,并且我们一直期待着各种贡献。
64+
欢迎加入我们的 [Discord](https://discord.gg/XsaKEEk4mW) 交流频道!Rstack 团队和用户都在那里活跃,并且我们一直期待着各种贡献。
5765

5866
你也可以加入 [飞书群](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=3c3vca77-bfc0-4ef5-b62b-9c5c9c92f1b4) 与大家一起交流。

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rslib/tsconfig": "workspace:*",
1515
"@rspress/plugin-llms": "2.0.0-beta.6",
1616
"@rspress/plugin-rss": "2.0.0-beta.6",
17-
"@rstack-dev/doc-ui": "1.10.0",
17+
"@rstack-dev/doc-ui": "1.10.1",
1818
"@shikijs/transformers": "^3.4.2",
1919
"@types/node": "^22.8.1",
2020
"@types/react": "^19.1.4",

0 commit comments

Comments
 (0)