Skip to content

Commit 1f82d59

Browse files
authored
chore: optimize cn website documentation in framework (#3431)
1 parent 8845873 commit 1f82d59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/website-new/docs/zh/guide/framework/modernjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- modern.js ^2.56.1
88
- 包含服务器端渲染(SSR)
99

10-
强烈推荐参考这个应用,它充分利用了最佳功能
10+
强烈推荐参考这个应用,它提供了 Modern.js 与 Module Federation 结合的最佳实践
1111
[module-federation 示例](https://github.com/module-federation/core/tree/main/apps/modernjs-ssr)
1212

1313
## 快速开始

apps/website-new/docs/zh/guide/framework/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- next ^14 || ^13 || ^12
88
- 包含服务器端渲染(SSR)!
99

10-
强烈推荐参考这个应用,它充分利用了最佳功能
10+
强烈推荐参考这个应用,它提供了 Next.js 与 Module Federation 结合的最佳实践
1111
[module-federation 示例](https://github.com/module-federation/module-federation-examples)
1212

1313
## 该项目支持联合服务器端渲染(SSR)

apps/website-new/docs/zh/guide/start/index.mdx

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

1212
### ✨ 什么是 Module Federation 2.0?
1313

14-
与 Webpack 5 内置的 Module Federation 相比,Module Federation 2.0 除了支出原有的模块导出、模块加载和依赖共享等核心功能,还新增了:
14+
与 Webpack 5 内置的 Module Federation 相比,Module Federation 2.0 除了支持原有的模块导出、模块加载和依赖共享等核心功能,还新增了:
1515
- 动态类型提示
1616
- `Manifest`
1717
- `Federation Runtime`

0 commit comments

Comments
 (0)