You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In docs folder, some files named in Chinese, that make errors, when yarn build .
API Extractor completed successfully
vitepress v0.20.0
⠙ building client + server bundles...
(!) Found dead link /guide/%E5%A4%8D%E5%88%B6 in file /Users/user/github/vitepress/docs/index.md
⠙ building client + server bundles...[vitepress] One or more pages contain dead links.
✖ building client + server bundles...
build error:
Error: One or more pages contain dead links.
at Object.renderStart (/Users/user/github/vitepress/dist/node/serve-6eb63a16.js:36672:15)
at /Users/user/github/vitepress/node_modules/rollup/dist/shared/rollup.js:22620:25
at async Promise.all (index 0)
at async Bundle.generate (/Users/user/github/vitepress/node_modules/rollup/dist/shared/rollup.js:15901:13)
at async handleGenerateWrite (/Users/user/github/vitepress/node_modules/rollup/dist/shared/rollup.js:23400:23) {
code: 'PLUGIN_ERROR',
plugin: 'vitepress',
hook: 'renderStart'
}
Reproduction
yes, just change the file name or folder name to Chinese.
copy a file, named to Chinese. cp docs/guide/api.md docs/guide/复制.md
Describe the bug
In docs folder, some files named in Chinese, that make errors, when
yarn build
.Reproduction
yes, just change the file name or folder name to Chinese.
cp docs/guide/api.md docs/guide/复制.md
docs/index.md
, append a link.yarn docs-build
.Expected behavior
build completed successfully, no errors.
System Info
Additional context
[email protected]
Validations
The text was updated successfully, but these errors were encountered: