Skip to content

Commit 425cd80

Browse files
authored
docs: update URLs to use new domains (#1029)
1 parent 19306df commit 425cd80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+213
-213
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<picture>
2-
<img alt="Rslib Banner" src="https://assets.rspack.dev/rslib/rslib-banner.png">
2+
<img alt="Rslib Banner" src="https://assets.rspack.rs/rslib/rslib-banner.png">
33
</picture>
44

55
# Rslib
@@ -14,7 +14,7 @@
1414

1515
English | [简体中文](./README.zh-CN.md)
1616

17-
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.
17+
Rslib is a library development tool that leverages the well-designed configurations and plugins of [Rsbuild](https://rsbuild.rs), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
1818

1919
Rslib aims to provide library developers with:
2020

@@ -38,7 +38,7 @@ Rslib is implemented based on Rsbuild and fully reuses the capabilities and ecos
3838

3939
The following diagram illustrates the relationship between Rslib and other tools in the ecosystem:
4040

41-
<img src="https://assets.rspack.dev/rsbuild/assets/rspack-stack-layers.png" alt="Rspack stack layers" width="760" />
41+
<img src="https://assets.rspack.rs/rsbuild/assets/rspack-stack-layers.png" alt="Rspack stack layers" width="760" />
4242

4343
## 📚 Getting started
4444

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<picture>
2-
<img alt="Rslib Banner" src="https://assets.rspack.dev/rslib/rslib-banner.png">
2+
<img alt="Rslib Banner" src="https://assets.rspack.rs/rslib/rslib-banner.png">
33
</picture>
44

55
# Rslib
@@ -14,7 +14,7 @@
1414

1515
[English](./README.md) | 简体中文
1616

17-
Rslib 是一个库开发工具,它基于 [Rsbuild](https://rsbuild.dev/zh) 精心设计的配置和插件,使库开发者得以复用 webpack 和 Rspack 繁荣的知识和生态系统。
17+
Rslib 是一个库开发工具,它基于 [Rsbuild](https://rsbuild.rs/zh) 精心设计的配置和插件,使库开发者得以复用 webpack 和 Rspack 繁荣的知识和生态系统。
1818

1919
Rslib 旨在为库开发者提供:
2020

@@ -38,7 +38,7 @@ Rslib 基于 Rsbuild 实现,并完全复用 Rsbuild 的能力和生态系统
3838

3939
下图说明了 Rsbuild 与生态中其他工具之间的关系:
4040

41-
<img src="https://assets.rspack.dev/rsbuild/assets/rspack-stack-layers.png" alt="Rspack stack layers" width="760" />
41+
<img src="https://assets.rspack.rs/rsbuild/assets/rspack-stack-layers.png" alt="Rspack stack layers" width="760" />
4242

4343
## 📚 快速上手
4444

packages/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<picture>
2-
<img alt="Rslib Banner" src="https://assets.rspack.dev/rslib/rslib-banner.png">
2+
<img alt="Rslib Banner" src="https://assets.rspack.rs/rslib/rslib-banner.png">
33
</picture>
44

55
# Rslib
66

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.
7+
Rslib is a library development tool powered by [Rsbuild](https://rsbuild.rs). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.
88

99
## Documentation
1010

packages/core/src/css/cssConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const require = createRequire(import.meta.url);
1111

1212
export const RSLIB_CSS_ENTRY_FLAG = '__rslib_css__';
1313

14-
// https://rsbuild.dev/config/output/css-modules#cssmodulesauto
14+
// https://rsbuild.rs/config/output/css-modules#cssmodulesauto
1515
export type CssLoaderOptionsAuto = CSSLoaderOptions['modules'] extends infer T
1616
? T extends { auto?: any }
1717
? T['auto']

packages/create-rslib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<picture>
2-
<img alt="Rslib Banner" src="https://assets.rspack.dev/rslib/rslib-banner.png">
2+
<img alt="Rslib Banner" src="https://assets.rspack.rs/rslib/rslib-banner.png">
33
</picture>
44

55
# Rslib
66

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.
7+
Rslib is a library development tool powered by [Rsbuild](https://rsbuild.rs). 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<picture>
2-
<img alt="Rslib Banner" src="https://assets.rspack.dev/rslib/rslib-banner.png">
2+
<img alt="Rslib Banner" src="https://assets.rspack.rs/rslib/rslib-banner.png">
33
</picture>
44

55
# rsbuild-plugin-dts
@@ -62,7 +62,7 @@ The output directory of declaration files. The default value follows the priorit
6262

6363
1. The `distPath` value of the plugin options.
6464
2. The `declarationDir` value in the `tsconfig.json` file.
65-
3. The [output.distPath.root](https://rsbuild.dev/config/output/dist-path) value of Rsbuild configuration.
65+
3. The [output.distPath.root](https://rsbuild.rs/config/output/dist-path) value of Rsbuild configuration.
6666

6767
```js
6868
pluginDts({

pnpm-lock.yaml

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

tests/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Not applicable, Rslib will provide a more simple unencapsulated build boilerplat
6161

6262
Rslib could reuse the plugins from Rsbuild, which means the [official plugins](https://modernjs.dev/en/plugin/plugin-system/introduction.html#official-plugins) provided by Modern Module could be replaced by Rsbuild plugins.
6363

64-
| Plugins | Status | Note |
65-
| -------------------------------------- | ------ | ----------------------------------------------------------------------------- |
66-
| @modern-js/plugin-module-import | 🟢 | Use https://rsbuild.dev/config/source/transform-import#sourcetransformimport. |
67-
| @modern-js/plugin-module-banner | 🟢 | BannerPlugin. |
68-
| @modern-js/plugin-module-node-polyfill | 🟢 | Use https://github.com/rspack-contrib/rsbuild-plugin-node-polyfill. |
69-
| @modern-js/plugin-module-polyfill | ⚪️ | Use https://rsbuild.dev/config/output/polyfill#outputpolyfill. |
70-
| @modern-js/plugin-module-babel | 🟢 | Use https://rsbuild.dev/plugins/list/plugin-babel. |
71-
| @modern-js/plugin-module-vue | ⚪️ | Use https://rsbuild.dev/plugins/list/plugin-vue. |
64+
| Plugins | Status | Note |
65+
| -------------------------------------- | ------ | ---------------------------------------------------------------------------- |
66+
| @modern-js/plugin-module-import | 🟢 | Use https://rsbuild.rs/config/source/transform-import#sourcetransformimport. |
67+
| @modern-js/plugin-module-banner | 🟢 | BannerPlugin. |
68+
| @modern-js/plugin-module-node-polyfill | 🟢 | Use https://github.com/rspack-contrib/rsbuild-plugin-node-polyfill. |
69+
| @modern-js/plugin-module-polyfill | ⚪️ | Use https://rsbuild.rs/config/output/polyfill#outputpolyfill. |
70+
| @modern-js/plugin-module-babel | 🟢 | Use https://rsbuild.rs/plugins/list/plugin-babel. |
71+
| @modern-js/plugin-module-vue | ⚪️ | Use https://rsbuild.rs/plugins/list/plugin-vue. |
7272

7373
##

website/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rslib website
22

3-
This website is built with [Rspress](https://github.com/web-infra-dev/rspress), the document content can be written using markdown or mdx syntax. You can refer to the [Rspress Website](https://rspress.dev/) for detailed usage.
3+
This website is built with [Rspress](https://github.com/web-infra-dev/rspress), the document content can be written using markdown or mdx syntax. You can refer to the [Rspress Website](https://rspress.rs/) for detailed usage.
44

55
## Contributing
66

@@ -14,4 +14,4 @@ The same as Rspack: [Writing style guide](https://github.com/web-infra-dev/rspac
1414

1515
For images you use in the document, it's better to upload them to the [rspack-contrib/rstack-design-resources](https://github.com/rspack-contrib/rstack-design-resources) repository, so the size of the current repository doesn't get too big.
1616

17-
After you upload the images there, they will be automatically deployed under the <https://assets.rspack.dev/>.
17+
After you upload the images there, they will be automatically deployed under the <https://assets.rspack.rs/>.

website/docs/en/blog/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Check here for the latest articles and release announcements about Rslib.
1111

1212
> May 14, 2025
1313
14-
We are excited to introduce Rslib — **a library development tool based on Rspack**. Developed by ByteDance Web Infra Team, Rslib helps developers create JavaScript libraries and UI component libraries in a simple and intuitive way while enjoying the ultimate development experience brought by [Rspack](https://rspack.dev/) and [Rsbuild](https://rsbuild.dev/).
14+
We are excited to introduce Rslib — **a library development tool based on Rspack**. Developed by ByteDance Web Infra Team, Rslib helps developers create JavaScript libraries and UI component libraries in a simple and intuitive way while enjoying the ultimate development experience brought by [Rspack](https://rspack.rs/) and [Rsbuild](https://rsbuild.rs/).

0 commit comments

Comments
 (0)