Skip to content

Commit c2aaa3b

Browse files
committed
docs: clarify migration guide links
1 parent 9916e05 commit c2aaa3b

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

website/docs/en/guide/migration.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Skill can directly migrate the following standalone tools:
3333

3434
The Skill does not directly migrate tools outside the list above. If your project uses any of the following tools, migrate it to the corresponding Rstack tool first, then run the `migrate-to-rstack-cli` Skill:
3535

36-
- **Application builds:** Migrate [webpack](https://rsbuild.rs/guide/migration/webpack), [Vite](https://rsbuild.rs/guide/migration/vite), [Create React App](https://rsbuild.rs/guide/migration/cra), or [Vue CLI](https://rsbuild.rs/guide/migration/vue-cli) projects to Rsbuild.
37-
- **Library builds:** Migrate projects built with [tsup](https://rslib.rs/guide/migration/tsup) or [tsc](https://rslib.rs/guide/migration/tsc) to Rslib.
38-
- **Testing:** Migrate [Jest](https://rstest.rs/guide/migration/jest) or [Vitest](https://rstest.rs/guide/migration/vitest) projects to Rstest.
39-
- **Linting:** Follow the [Rslint guide](https://rslint.rs/guide/) to migrate ESLint or other linters to Rslint.
36+
- **Application builds:** Follow the Rsbuild [webpack migration guide](https://rsbuild.rs/guide/migration/webpack), [Vite migration guide](https://rsbuild.rs/guide/migration/vite), [Create React App migration guide](https://rsbuild.rs/guide/migration/cra), or [Vue CLI migration guide](https://rsbuild.rs/guide/migration/vue-cli) to migrate the project to Rsbuild.
37+
- **Library builds:** Follow the Rslib [tsup migration guide](https://rslib.rs/guide/migration/tsup) or [tsc migration guide](https://rslib.rs/guide/migration/tsc) to migrate the library to Rslib.
38+
- **Testing:** Follow the Rstest [Jest migration guide](https://rstest.rs/guide/migration/jest) or [Vitest migration guide](https://rstest.rs/guide/migration/vitest) to migrate the project to Rstest.
39+
- **Linting:** Follow the [Rslint getting started guide](https://rslint.rs/guide/) to migrate ESLint or other linters to Rslint.

website/docs/en/guide/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Install the migration skill so the agent can migrate existing projects to Rstack
106106
npx skills add rstackjs/rstack-cli --skill migrate-to-rstack-cli
107107
```
108108

109-
For supported tools and migration instructions, see the [migration guide](./migration).
109+
For supported tools and migration instructions, see [Migrate to Rstack CLI](./migration).

website/docs/zh/guide/migration.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npx skills add rstackjs/rstack-cli --skill migrate-to-rstack-cli
3333

3434
该 Skill 不会直接迁移上面列表之外的工具。如果项目使用以下工具,请先将其迁移到对应的 Rstack 工具,再运行 `migrate-to-rstack-cli` Skill:
3535

36-
- **应用构建:**[webpack](https://rsbuild.rs/zh/guide/migration/webpack)[Vite](https://rsbuild.rs/zh/guide/migration/vite)[Create React App](https://rsbuild.rs/zh/guide/migration/cra)[Vue CLI](https://rsbuild.rs/zh/guide/migration/vue-cli) 项目迁移到 Rsbuild。
37-
- **库构建:**将使用 [tsup](https://rslib.rs/zh/guide/migration/tsup)[tsc](https://rslib.rs/zh/guide/migration/tsc) 构建的库迁移到 Rslib。
38-
- **测试:**[Jest](https://rstest.rs/zh/guide/migration/jest)[Vitest](https://rstest.rs/zh/guide/migration/vitest) 项目迁移到 Rstest。
39-
- **代码检查:**参考 [Rslint 指南](https://rslint.rs/guide/),将 ESLint 或其他代码检查工具迁移到 Rslint。
36+
- **应用构建:**参考 Rsbuild 的 [webpack 迁移指南](https://rsbuild.rs/zh/guide/migration/webpack)[Vite 迁移指南](https://rsbuild.rs/zh/guide/migration/vite)[Create React App 迁移指南](https://rsbuild.rs/zh/guide/migration/cra)[Vue CLI 迁移指南](https://rsbuild.rs/zh/guide/migration/vue-cli),将项目迁移到 Rsbuild。
37+
- **库构建:**参考 Rslib 的 [tsup 迁移指南](https://rslib.rs/zh/guide/migration/tsup)[tsc 迁移指南](https://rslib.rs/zh/guide/migration/tsc),将库迁移到 Rslib。
38+
- **测试:**参考 Rstest 的 [Jest 迁移指南](https://rstest.rs/zh/guide/migration/jest)[Vitest 迁移指南](https://rstest.rs/zh/guide/migration/vitest),将项目迁移到 Rstest。
39+
- **代码检查:**参考 [Rslint 入门指南](https://rslint.rs/guide/),将 ESLint 或其他代码检查工具迁移到 Rslint。

website/docs/zh/guide/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ npx skills add rstackjs/rstack-cli --skill rstack-cli-best-practices
106106
npx skills add rstackjs/rstack-cli --skill migrate-to-rstack-cli
107107
```
108108

109-
支持的工具和迁移说明请参阅[迁移指南](./migration)
109+
支持的工具和迁移说明请参阅[迁移到 Rstack CLI](./migration)

0 commit comments

Comments
 (0)