Skip to content

Commit 06bd5ba

Browse files
authored
docs: some minor documentation updates for branding (#11459)
* docs: some minor documentation updates * docs
1 parent ece9083 commit 06bd5ba

File tree

12 files changed

+167
-226
lines changed

12 files changed

+167
-226
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Read [Introduction](https://rspack.rs/guide/start/introduction) for details.
3131

3232
## 🦀 Rstack
3333

34-
Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
34+
Rstack is a unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture.
3535

3636
| Name | Description | Version |
3737
| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Rspack 是一个基于 Rust 编写的高性能 JavaScript 打包工具,它提
3030

3131
## 🦀 Rstack
3232

33-
Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
33+
Rstack 是一个以 Rspack 为核心的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
3434

3535
| 名称 | 描述 | 版本 |
3636
| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

pnpm-lock.yaml

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

website/docs/en/_nav.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"text": "Playground ↗",
62-
"link": "https://repl.rspack.rs/"
62+
"link": "https://playground.rspack.rs"
6363
}
6464
]
6565
},

website/docs/en/blog/announcing-1-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The current goals of Rspack are:
9393

9494
![Rstack](https://assets.rspack.rs/rspack/assets/rspack-v1-0-rstack.png)
9595

96-
Rstack is short for "Rspack Stack" and stands for the tech stack built around Rspack. It consists of the following tools:
96+
Rstack is short for "Rspack Stack" and stands for the tech stack centered on Rspack. It consists of the following tools:
9797

9898
- [Rspack](https://github.com/web-infra-dev/rspack): Focuses on implementing the high performance bundler, balancing performance and flexible configuration.
9999
- [Rsbuild](https://github.com/web-infra-dev/rsbuild): Focuses on building web applications, providing an out-of-the-box development experience.

website/docs/en/blog/announcing-1-4.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ In Rspack 1.4, we have upgraded several major dependencies, including:
219219

220220
## Rstack progress
221221

222-
[Rstack](/guide/start/ecosystem#rstack) is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
222+
[Rstack](/guide/start/ecosystem#rstack) is a unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture.
223223

224224
### Rsbuild 1.4
225225

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Tag } from '@components/Tag';
44

55
## Rstack
66

7-
Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture.
7+
Rstack is a unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture.
88

99
### Rsbuild
1010

@@ -41,7 +41,7 @@ Rstack is a unified JavaScript toolchain built around Rspack, with high performa
4141

4242
<Tag color="geekblue">Linter</Tag>
4343

44-
[Rslint](https://github.com/web-infra-dev/rslint) is a high-performance JavaScript and TypeScript linter written in Go. It offers strong compatibility with the ESLint and TypeScript-ESLint ecosystem, allowing for seamless replacement, and provides lightning-fast linting speeds.
44+
[Rslint](https://github.com/web-infra-dev/rslint) is a high-performance JavaScript and TypeScript linter based on typescript-go. It offers strong compatibility with the ESLint and TypeScript-ESLint ecosystem, allowing for seamless replacement, and provides lightning-fast linting speeds.
4545

4646
## Community integrations
4747

@@ -115,7 +115,7 @@ Re.Pack v5 uses Rspack and React Native community CLI's plugin system to allow y
115115

116116
<Tag color="geekblue">UI development</Tag>
117117

118-
[Storybook Rsbuild](https://storybook.rsbuild.dev/) allows you to use Rsbuild as the build tool for Storybook, and provides UI framework integrations like React and Vue.
118+
[Storybook Rsbuild](https://storybook.rsbuild.rs/) allows you to use Rsbuild as the build tool for Storybook, and provides UI framework integrations like React and Vue.
119119

120120
## More
121121

website/docs/zh/_nav.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"text": "在线体验 ↗",
62-
"link": "https://repl.rspack.rs/"
62+
"link": "https://playground.rspack.rs"
6363
}
6464
]
6565
},

website/docs/zh/blog/announcing-1-4.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ RSPACK_PROFILE=OVERVIEW rspack build
219219

220220
## Rstack 进展
221221

222-
[Rstack](/guide/start/ecosystem#rstack) 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
222+
[Rstack](/guide/start/ecosystem#rstack) 是一个以 Rspack 为核心的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
223223

224224
### Rsbuild 1.4
225225

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Tag } from '@components/Tag';
44

55
## Rstack
66

7-
Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
7+
Rstack 是一个以 Rspack 为核心的 JavaScript 统一工具链,具有优秀的性能和一致的架构。
88

99
### Rsbuild
1010

@@ -40,7 +40,7 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优
4040

4141
<Tag color="geekblue">代码检查工具</Tag>
4242

43-
[Rslint](https://github.com/web-infra-dev/rslint) 是一个用 Go 语言编写的高性能 JavaScript 和 TypeScript 代码检查工具。它与 ESLint 及 TypeScript-ESLint 生态系统高度兼容,可实现无缝替换,并提供极快的代码检查速度。
43+
[Rslint](https://github.com/web-infra-dev/rslint) 是一个基于 typescript-go 的高性能 JavaScript 和 TypeScript 代码检查工具。它与 ESLint 及 TypeScript-ESLint 生态系统高度兼容,可实现无缝替换,并提供极快的代码检查速度。
4444

4545
## 社区集成
4646

@@ -106,7 +106,7 @@ Re.Pack v5 使用 Rspack 和 React Native 社区 CLI 的插件系统,允许你
106106

107107
<Tag color="geekblue">UI 开发</Tag>
108108

109-
[Storybook Rsbuild](https://storybook.rsbuild.dev/) 允许你使用 Rsbuild 作为 Storybook 的构建工具,并提供了 React 和 Vue 等 UI 框架的集成。
109+
[Storybook Rsbuild](https://storybook.rsbuild.rs/) 允许你使用 Rsbuild 作为 Storybook 的构建工具,并提供了 React 和 Vue 等 UI 框架的集成。
110110

111111
## 更多
112112

0 commit comments

Comments
 (0)