Skip to content

Commit 6e4bc59

Browse files
committed
fix
1 parent 42cfff1 commit 6e4bc59

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

website/docs/en/api/javascript-api/environment-api.mdx

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

33
Here you can find all the environment related APIs.
44

5-
> See [Multi-Environment Builds](/guide/advanced/environments) for more details.
5+
> See [Multi-environment builds](/guide/advanced/environments) for more details.
66
77
## Environment context
88

website/docs/en/config/environments.mdx

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

33
Rsbuild supports building outputs for multiple environments. You can use `environments` to define different Rsbuild configurations for each environment.
44

5-
> Please refer to [Multi-Environment Builds](/guide/advanced/environments) for more information.
5+
> Please refer to [Multi-environment builds](/guide/advanced/environments) for more information.
66
77
- **Type:**
88

website/docs/en/guide/advanced/environments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi-Environment Builds
1+
# MMulti-environment builds
22

33
Rsbuild supports building outputs for multiple environments at the same time. You can use [environments](/config/environments) to build multiple environments in parallel and set a different Rsbuild config for each environment.
44

website/docs/en/guide/advanced/ssr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Server-Side Rendering (SSR)
1+
# Server-side rendering (SSR)
22

33
This chapter introduces how to implement SSR functionality using Rsbuild.
44

55
Please note that Rsbuild itself does not provide out-of-the-box SSR functionality, but instead provides low-level APIs and configurations to allow framework developers to implement SSR. If you require out-of-the-box SSR support, you may consider using full-stack frameworks based on Rsbuild, such as [Modern.js](https://github.com/web-infra-dev/modern.js).
66

77
## What is SSR
88

9-
SSR stands for "Server-Side Rendering". It means that the HTML of the web page is generated by the server and sent to the client, rather than sending only an empty HTML shell and relying on JavaScript to generate the page content.
9+
SSR stands for "Server-side rendering". It means that the HTML of the web page is generated by the server and sent to the client, rather than sending only an empty HTML shell and relying on JavaScript to generate the page content.
1010

1111
In traditional client-side rendering, the server sends an empty HTML shell and some JavaScript scripts to the client, and then fetching data from the server's API and fills the page with dynamic content. This leads to slow initial page loading times and is not conducive to user experience and SEO.
1212

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In CSR, the server sends an empty HTML shell and some JavaScript scripts to the
1414

1515
## Environment
1616

17-
The runtime environment for build output, see [Multi-Environment Builds](/guide/advanced/environments).
17+
The runtime environment for build output, see [Multi-environment builds](/guide/advanced/environments).
1818

1919
## Micro-frontend
2020

@@ -45,9 +45,9 @@ See [Module Federation](/guide/advanced/module-federation) for more details.
4545

4646
## SSR
4747

48-
SSR stands for "Server-Side Rendering". It means that the HTML of the web page is generated by the server and sent to the client, rather than sending only an empty HTML shell and relying on JavaScript to generate the page content.
48+
SSR stands for "Server-side rendering". It means that the HTML of the web page is generated by the server and sent to the client, rather than sending only an empty HTML shell and relying on JavaScript to generate the page content.
4949

50-
See [Server-Side Rendering (SSR)](/guide/advanced/ssr) for more details.
50+
See [Server-side rendering (SSR)](/guide/advanced/ssr) for more details.
5151

5252
## SWC
5353

website/docs/zh/guide/advanced/ssr.mdx

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

77
## 什么是 SSR
88

9-
SSR 是 "Server-Side Rendering"(服务端渲染)的缩写。它表示由服务器生成网页的 HTML,并将其发送给客户端,而不是只发送一个空的 HTML 外壳,并依赖 JavaScript 来生成页面内容。
9+
SSR 是 "Server-side rendering"(服务端渲染)的缩写。它表示由服务器生成网页的 HTML,并将其发送给客户端,而不是只发送一个空的 HTML 外壳,并依赖 JavaScript 来生成页面内容。
1010

1111
在传统的客户端渲染中,服务器会向客户端发送一个空的 HTML 外壳和一些 JavaScript 脚本,然后从服务器的 API 中获取数据,并用动态内容填充页面。这会导致页面的初始加载时间较慢,不利于用户体验和 SEO。
1212

website/docs/zh/guide/start/glossary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Module Federation 是一种 JavaScript 应用分治的架构模式(类似于
4545

4646
## SSR
4747

48-
SSR 是 "Server-Side Rendering"(服务端渲染)的缩写。它表示由服务器生成网页的 HTML,并将其发送给客户端,而不是只发送一个空的 HTML 外壳,并依赖 JavaScript 来生成页面内容。
48+
SSR 是 "Server-side rendering"(服务端渲染)的缩写。它表示由服务器生成网页的 HTML,并将其发送给客户端,而不是只发送一个空的 HTML 外壳,并依赖 JavaScript 来生成页面内容。
4949

5050
详见 [服务端渲染(SSR)](/guide/advanced/ssr)
5151

0 commit comments

Comments
 (0)