@modern-js/main-doc 0.0.0-nightly-20240104170621 → 0.0.0-nightly-20240105170635

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.
@@ -184,8 +184,6 @@ Under the application root directory, create the `config/html/` directory, which
184
184
  <!DOCTYPE html>
185
185
  <html>
186
186
  <head>
187
- <%= meta %>
188
- <title><%= title %></title>
189
187
  <%= topTemplate %>
190
188
  <%= headTemplate %>
191
189
  {/* webpack inject css */}
@@ -187,8 +187,6 @@ Modern.js 也支持通过 HTML(EJS) 语法来生成 HTML 文件。
187
187
  <!DOCTYPE html>
188
188
  <html>
189
189
  <head>
190
- <%= meta %>
191
- <title><%= title %></title>
192
190
  <%= topTemplate %>
193
191
  <%= headTemplate %>
194
192
  {/* webpack inject css */}
@@ -40,7 +40,7 @@ export interface IPluginContext {
40
40
 
41
41
  ### 文件类型
42
42
 
43
- 生成器插件将文件类型分为撕四类:
43
+ 生成器插件将文件类型分为四类:
44
44
 
45
45
  - 文本文件
46
46
 
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20240104170621",
18
+ "version": "0.0.0-nightly-20240105170635",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public",
22
22
  "provenance": true
23
23
  },
24
24
  "dependencies": {
25
- "@modern-js/sandpack-react": "0.0.0-nightly-20240104170621"
25
+ "@modern-js/sandpack-react": "0.0.0-nightly-20240105170635"
26
26
  },
27
27
  "peerDependencies": {
28
- "@modern-js/builder-doc": "0.0.0-nightly-20240104170621"
28
+ "@modern-js/builder-doc": "0.0.0-nightly-20240105170635"
29
29
  },
30
30
  "devDependencies": {
31
31
  "classnames": "^2",
@@ -39,8 +39,8 @@
39
39
  "@rspress/shared": "1.9.3",
40
40
  "@types/node": "^16",
41
41
  "@types/fs-extra": "9.0.13",
42
- "@modern-js/builder-doc": "0.0.0-nightly-20240104170621",
43
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20240104170621"
42
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-nightly-20240105170635",
43
+ "@modern-js/builder-doc": "0.0.0-nightly-20240105170635"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "rspress dev",
@@ -1,9 +0,0 @@
1
- ---
2
- sidebar_label: inspector
3
- ---
4
-
5
- # tools.inspector
6
-
7
- import Main from '@modern-js/builder-doc/docs/en/config/tools/inspector.md';
8
-
9
- <Main />
@@ -1,9 +0,0 @@
1
- ---
2
- sidebar_label: inspector
3
- ---
4
-
5
- # tools.inspector
6
-
7
- import Main from '@modern-js/builder-doc/docs/zh/config/tools/inspector.md';
8
-
9
- <Main />