@modern-js/main-doc 0.0.0-next-1683482806906 → 0.0.0-next-1683512844335

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1683482806906
3
+ ## 0.0.0-next-1683512844335
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d0a9bf864: chore: improve entry docs, fix ssg docs
8
8
  chore: 优化入口文档,修复 ssg 文档
9
- - @modern-js/builder-doc@0.0.0-next-1683482806906
9
+ - @modern-js/builder-doc@0.0.0-next-1683512844335
10
10
 
11
11
  ## 2.17.1
12
12
 
@@ -27,8 +27,7 @@ When using Rspack as the bundler, the following Features are temporarily unavail
27
27
 
28
28
  - Micro Frontend
29
29
  - Storybook Devtool
30
- - Server Side Rendering + Conventional Routing
31
- - Static Site Generation + Conventional Routing
30
+ - The usage of [useLoader](/guides/basic-features/data-fetch.html) in Client Side Rendering
32
31
 
33
32
  :::
34
33
 
@@ -834,4 +834,4 @@ export default (): Plugin => ({
834
834
  };
835
835
  },
836
836
  });
837
- ```*/}
837
+ ``` */}
@@ -28,8 +28,7 @@ import InitRspackApp from '@site-docs/components/init-rspack-app';
28
28
 
29
29
  - 微前端(Micro Frontend)
30
30
  - Storybook 调试
31
- - 同时使用服务端渲染(SSR)和约定式路由的场景
32
- - 同时使用静态站点生成(SSG)和约定式路由的场景
31
+ - 客户端渲染(CSR)使用 [useLoader](/guides/basic-features/data-fetch.html)
33
32
 
34
33
  :::
35
34
 
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1683482806906",
18
+ "version": "0.0.0-next-1683512844335",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public"
22
22
  },
23
23
  "peerDependencies": {
24
- "@modern-js/builder-doc": "0.0.0-next-1683482806906"
24
+ "@modern-js/builder-doc": "0.0.0-next-1683512844335"
25
25
  },
26
26
  "devDependencies": {
27
27
  "classnames": "^2",
@@ -33,9 +33,9 @@
33
33
  "fs-extra": "^10",
34
34
  "@types/node": "^16",
35
35
  "@types/fs-extra": "^9",
36
- "@modern-js/builder-doc": "0.0.0-next-1683482806906",
37
- "@modern-js/doc-tools": "0.0.0-next-1683482806906",
38
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1683482806906"
36
+ "@modern-js/doc-tools": "0.0.0-next-1683512844335",
37
+ "@modern-js/builder-doc": "0.0.0-next-1683512844335",
38
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1683512844335"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "modern dev",