Skip to content

docs(en): merge docs-cn/sync-docs into docs-cn/dev @ e2f3b305 #618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default ({ mode }: { mode: string }) => {
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['link', { rel: 'preload', as: 'style', onload: 'this.onload=null;this.rel=\'stylesheet\'', href: font }],
['noscript', {}, `<link rel="stylesheet" crossorigin="anonymous" href="${font}" />`],
['link', { rel: 'me', href: 'https://m.webtoo.ls/@vitest' }],
['link', { rel: 'mask-icon', href: '/logo.svg', color: '#ffffff' }],
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png', sizes: '180x180' }],
],
Expand Down
8 changes: 4 additions & 4 deletions config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,14 +874,14 @@ export default defineConfig({
- **类型:** `number | string`
- **默认值:** _available CPUs_

最大分支数量或百分比。
最大分支数量或百分比。你也可以使用 `VITEST_MAX_FORKS` 环境变量。

##### poolOptions.forks.minForks<NonProjectOption />

- **类型:** `number | string`
- **默认值:** _available CPUs_

最小分支数量或百分比。
最小分支数量或百分比。你也可以使用 `VITEST_MIN_FORKS` 环境变量。

##### poolOptions.forks.isolate

Expand Down Expand Up @@ -1017,14 +1017,14 @@ export default defineConfig({
- **类型:** `number | string`
- **默认值:** _available CPUs_

最大线程数或百分比。也可以使用 `VITEST_MAX_FORKS` 环境变量。
最大线程数或百分比。你也可以使用 `VITEST_MAX_FORKS` 环境变量。

##### poolOptions.vmForks.minForks<NonProjectOption />

- **类型:** `number | string`
- **默认值:** _available CPUs_

最小线程数或百分比。也可以使用 `VITEST_MIN_FORKS` 环境变量。
最小线程数或百分比。你也可以使用 `VITEST_MIN_FORKS` 环境变量。

##### poolOptions.vmForks.memoryLimit<NonProjectOption />

Expand Down