@modern-js/main-doc 2.17.2-alpha.0 → 2.17.2-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -375,11 +375,11 @@ To further improve the user experience and reduce time of loading, Modern.js sup
375
375
  - With `render`, static resources are loaded only when they are idle and do not hog the network with first-screen static resources.
376
376
  - When using server side rendering, data is also prefetched.
377
377
 
378
- import Motivation from '@site-docs/components/convention-routing-motivation'
378
+ import Motivation from '@site-docs/components/convention-routing-movitation'
379
379
 
380
380
  <Motivation/>
381
381
 
382
- import Practice from '@site-docs/components/routes-practice'
382
+ import Practice from '@site-docs-en/components/routes-practice'
383
383
 
384
384
  <Practice/>
385
385
 
@@ -473,7 +473,7 @@ export const init = (context: RuntimeContext) => {
473
473
  - 使用 `render`,仅在空闲时对静态资源进行加载,不会与首屏静态资源抢占网络。
474
474
  - 在 SSR 场景下,也会对数据进行预取。
475
475
 
476
- import Motivation from '@site-docs/components/convention-routing-motivation'
476
+ import Motivation from '@site-docs/components/convention-routing-movitation'
477
477
 
478
478
  <Motivation/>
479
479
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.17.2-alpha.0",
18
+ "version": "2.17.2-alpha.1",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public"
@@ -33,8 +33,8 @@
33
33
  "fs-extra": "^10",
34
34
  "@types/node": "^16",
35
35
  "@types/fs-extra": "^9",
36
- "@modern-js/doc-tools": "2.17.1",
37
36
  "@modern-js/builder-doc": "2.17.1",
37
+ "@modern-js/doc-tools": "2.17.1",
38
38
  "@modern-js/doc-plugin-auto-sidebar": "2.17.1"
39
39
  },
40
40
  "scripts": {