Skip to content

Commit 780927a

Browse files
authored
docs: update Rslib description (#370)
1 parent 27dbbf9 commit 780927a

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="https://github.com/web-infra-dev/rslib/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=F8F5FF" alt="license" /></a>
1313
</p>
1414

15-
Rslib is a library build tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
15+
Rslib is a library development tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
1616

1717
Rslib provides a comprehensive set of build features for library development, including:
1818

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Rslib
66

7-
Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
7+
Rslib is a library development tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
88

99
## Documentation
1010

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rslib/core",
33
"version": "0.0.16",
4-
"description": "The Rspack-based library build tool.",
4+
"description": "The Rsbuild-based library development tool.",
55
"homepage": "https://lib.rsbuild.dev",
66
"bugs": {
77
"url": "https://github.com/web-infra-dev/rslib/issues"

packages/create-rslib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Rslib
66

7-
Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
7+
Rslib is a library development tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
88

99
## Documentation
1010

packages/plugin-dts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Rslib
66

7-
Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
7+
Rslib is a library development tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
88

99
## Documentation
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
Rslib is a library build tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
3+
Rslib is a library development tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
44

55
Rslib provides a comprehensive set of build features for library development, including:
66

website/docs/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
pageType: home
3-
titleSuffix: ' - Rsbuild-based library build tool'
3+
titleSuffix: ' - Rsbuild-based library development tool'
44
---

website/i18n.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"zh": "快速上手"
99
},
1010
"subtitle": {
11-
"en": "The Rsbuild-based Library Build Tool",
12-
"zh": "基于 Rsbuild 的库构建工具"
11+
"en": "Rsbuild-based Library Development Tool",
12+
"zh": "基于 Rsbuild 的 Library 开发工具"
1313
},
1414
"slogan": {
15-
"en": "Leverage the knowledge and ecosystem of webpack and Rspack",
16-
"zh": "复用 webpack 和 Rspack 的知识和生态"
15+
"en": "Create JavaScript libraries in a simple and intuitive way",
16+
"zh": "以简单直观的方式创建 JavaScript 库"
1717
},
1818
"toolStackTitle": {
1919
"en": "Tool Stack",

website/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig({
4646
lang: 'en',
4747
label: 'English',
4848
title: 'Rslib',
49-
description: 'The Rsbuild-based library build tool',
49+
description: 'The Rsbuild-based library development tool',
5050
editLink: {
5151
docRepoBaseUrl:
5252
'https://github.com/web-infra-dev/rslib/tree/main/website/docs',

0 commit comments

Comments
 (0)