diff --git a/README.md b/README.md index 0540b4ce1c9..1dd468161dd 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,17 @@ Come chat with us on [Discord](https://discord.gg/79ZZ66GH9E)! Rspack team and R | Name | Description | | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------- | -| [Rspack latest documentation](https://rspack.dev/) | Documentation for the latest version of Rspack | +| [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack) | A curated list of awesome things related to Rspack | +| [Rspack 1.x documentation](https://rspack.dev/) | Documentation for Rspack 1.x (latest) | | [Rspack 0.x documentation](https://v0.rspack.dev/) | Documentation for Rspack 0.x version | +| [Rsbuild](https://github.com/web-infra-dev/rsbuild) | An out-of-the-box build tool based on Rspack | | [Rspress](https://github.com/web-infra-dev/rspress) | A fast static site generator based on Rsbuild | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | A one-stop build analyzer for Rspack and webpack | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | A one-stop build analyzer for Rspack | | [Rslib](https://github.com/web-infra-dev/rslib) | A library build tool powered by Rsbuild | -| [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack) | A curated list of awesome things related to Rspack | +| [rspack-dev-server](https://github.com/web-infra-dev/rspack-dev-server) | Dev server for Rspack | | [rspack-examples](https://github.com/rspack-contrib/rspack-examples) | Lots of Rspack example projects | | [rspack-sources](https://github.com/web-infra-dev/rspack-sources) | Rust port of [webpack-sources](https://www.npmjs.com/package/webpack-sources) | -| [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) | Design resources for Rstack | +| [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) | Design resources for Rspack Stack | ## Contributors diff --git a/README.zh-CN.md b/README.zh-CN.md index 08a4c4c0c71..85119b0cf8c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -44,16 +44,17 @@ Rspack 是一个基于 Rust 编写的高性能 JavaScript 打包工具,它提 | 名称 | 描述 | | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- | -| [Rspack 最新文档](https://rspack.dev/zh/) | Rspack 最新版本的文档 | +| [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack) | 与 Rspack 相关的精彩内容列表 | +| [Rspack 1.x 文档](https://rspack.dev/zh/) | Rspack 1.x 版本的文档(最新) | | [Rspack 0.x 文档](https://v0.rspack.dev/zh/) | Rspack 0.x 版本的文档 | | [Rsbuild](https://github.com/web-infra-dev/rsbuild) | 基于 Rspack 的构建工具 | | [Rspress](https://github.com/web-infra-dev/rspress) | 基于 Rsbuild 的静态站点生成器 | -| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 针对 Rspack 和 webpack 的一站式构建分析工具 | +| [Rsdoctor](https://github.com/web-infra-dev/rsdoctor) | 针对 Rspack 的一站式构建分析工具 | | [Rslib](https://github.com/web-infra-dev/rslib) | 基于 Rsbuild 的 library 构建工具 | -| [awesome-rspack](https://github.com/web-infra-dev/awesome-rspack) | 与 Rspack 相关的精彩内容列表 | +| [rspack-dev-server](https://github.com/web-infra-dev/rspack-dev-server) | Rspack 的开发服务器 | | [rspack-examples](https://github.com/rspack-contrib/rspack-examples) | 丰富的 Rspack 示例项目 | | [rspack-sources](https://github.com/web-infra-dev/rspack-sources) | Rust 版本的 [webpack-sources](https://www.npmjs.com/package/webpack-sources) | -| [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) | Rstack 的设计资源 | +| [rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) | Rspack Stack 的设计资源 | ## 致谢