From 2a1c8602a64f617e196f7af479b8d44329b5c9be Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 6 Aug 2025 22:01:52 +0800 Subject: [PATCH 1/2] docs: add version badges to Rstack tools table --- README.md | 18 +++++++++--------- README.zh-CN.md | 18 +++++++++--------- website/docs/en/guide/start/index.mdx | 18 +++++++++--------- website/docs/zh/guide/start/index.mdx | 18 +++++++++--------- 4 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 6d3f6e01a..95d0ef60a 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,15 @@ To get started with Rslib, see the [Quick start](https://rslib.rs/guide/start/qu Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture. -| Name | Description | -| ----------------------------------------------------- | ------------------------ | -| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | -| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | -| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | -| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | -| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | +| Name | Description | Version | +| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | npm version | ## 🔗 Links diff --git a/README.zh-CN.md b/README.zh-CN.md index 16cc62b76..a963cd2dd 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -49,15 +49,15 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统 Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。 -| 名称 | 描述 | -| ----------------------------------------------------- | -------------- | -| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | -| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | -| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | -| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | -| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | +| 名称 | 描述 | 版本 | +| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | 代码分析工具 | npm version | ## 🔗 链接 diff --git a/website/docs/en/guide/start/index.mdx b/website/docs/en/guide/start/index.mdx index c947429c5..2ae3d6a41 100644 --- a/website/docs/en/guide/start/index.mdx +++ b/website/docs/en/guide/start/index.mdx @@ -40,15 +40,15 @@ The following diagram illustrates the relationship between Rslib and other tools Rstack is a unified JavaScript toolchain built around Rspack, with high performance and consistent architecture. -| Name | Description | -| ----------------------------------------------------- | ------------------------ | -| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | -| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | -| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | -| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | -| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | +| Name | Description | Version | +| ----------------------------------------------------- | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | Bundler | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | Build tool | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | Library development tool | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | Static site generator | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | Build analyzer | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | Testing framework | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | Linter | npm version | ## 🔗 Links diff --git a/website/docs/zh/guide/start/index.mdx b/website/docs/zh/guide/start/index.mdx index 8fab9ad8c..2d8eda85e 100644 --- a/website/docs/zh/guide/start/index.mdx +++ b/website/docs/zh/guide/start/index.mdx @@ -42,15 +42,15 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统 Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优秀的性能和一致的架构。 -| 名称 | 描述 | -| ----------------------------------------------------- | -------------- | -| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | -| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | -| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | -| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | -| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | -| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | +| 名称 | 描述 | 版本 | +| ----------------------------------------------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Rspack](https://github.com/web-infra-dev/rspack) | 打包工具 | npm version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 构建工具 | npm version | +| [Rslib](https://github.com/web-infra-dev/rslib) | 库开发工具 | npm version | +| [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | npm version | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | npm version | +| [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | 代码分析工具 | npm version | ## 🔗 链接 From d50cc82e022d2da94fd8b52831b804db014c328a Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 6 Aug 2025 22:16:29 +0800 Subject: [PATCH 2/2] docs --- README.zh-CN.md | 2 +- website/docs/zh/guide/start/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index a963cd2dd..343dbe642 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -57,7 +57,7 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优 | [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | npm version | | [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | npm version | | [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | npm version | -| [Rslint](https://github.com/web-infra-dev/rslint) | 代码分析工具 | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | npm version | ## 🔗 链接 diff --git a/website/docs/zh/guide/start/index.mdx b/website/docs/zh/guide/start/index.mdx index 2d8eda85e..7df7fec73 100644 --- a/website/docs/zh/guide/start/index.mdx +++ b/website/docs/zh/guide/start/index.mdx @@ -50,7 +50,7 @@ Rstack 是一个围绕 Rspack 打造的 JavaScript 统一工具链,具有优 | [Rspress](https://github.com/web-infra-dev/rspress) | 静态站点生成器 | npm version | | [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 构建分析工具 | npm version | | [Rstest](https://github.com/web-infra-dev/rstest) | 测试框架 | npm version | -| [Rslint](https://github.com/web-infra-dev/rslint) | 代码分析工具 | npm version | +| [Rslint](https://github.com/web-infra-dev/rslint) | 代码检查工具 | npm version | ## 🔗 链接