Skip to content

Commit b96d480

Browse files
authored
docs: remove distPath.server docs until support it (#7173)
1 parent 72d6d96 commit b96d480

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

packages/document/main-doc/docs/en/configure/app/output/dist-path.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ type DistPathConfig = {
1717
wasm?: string;
1818
image?: string;
1919
media?: string;
20-
server?: string;
2120
worker?: string;
2221
assets?: string;
2322
};

packages/document/main-doc/docs/en/guides/basic-features/output-files.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ dist
9696
└── qux.[hash].mp4
9797
```
9898

99-
## Node.js Output Directory
99+
100+
<!-- ## Node.js Output Directory
100101

101102
When you enable SSR or SSG features in Modern.js, Modern.js will generate a Node.js bundle after the build and output it to the `bundles` directory.
102103

@@ -122,7 +123,7 @@ export default {
122123
},
123124
},
124125
};
125-
```
126+
``` -->
126127

127128
## Flatten the Directory
128129

packages/document/main-doc/docs/zh/configure/app/output/dist-path.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ type DistPathConfig = {
1717
wasm?: string;
1818
image?: string;
1919
media?: string;
20-
server?: string;
2120
worker?: string;
2221
assets?: string;
2322
};

packages/document/main-doc/docs/zh/guides/basic-features/output-files.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dist
9696
└── qux.[hash].mp4
9797
```
9898

99-
## Node.js 产物目录
99+
<!-- ## Node.js 产物目录
100100

101101
当你在 Modern.js 中开启了 SSR SSG 等服务端功能时,Modern.js 会在构建后生成一份 Node.js 产物,并输出到 `bundles` 目录下:
102102

@@ -122,7 +122,7 @@ export default {
122122
},
123123
},
124124
};
125-
```
125+
``` -->
126126

127127
## 扁平化产物目录
128128

0 commit comments

Comments
 (0)