d2m#1523
Conversation
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: 翠 <green@sapphi.red>
docs(en): merge docs-cn/sync-docs into docs-cn/dev @ 8ec4edf
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This pull request updates documentation links from Rollup to Rolldown throughout configuration and guide files, removes TODO comments indicating these updates were needed, and updates the VoidZero logo SVG file.
Changes:
- Updated documentation links from rollupjs.org to rolldown.rs throughout build and configuration documentation
- Removed TODO comments that requested updating links to Rolldown documentation
- Added a tip section about importing files with relative paths in preprocessor options
- Updated VoidZero logo SVG to a simplified design
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| guide/build.md | Updated Rolldown documentation links and inline comments from Rollup to Rolldown |
| config/worker-options.md | Updated RolldownOptions type link and removed TODO comment |
| config/shared-options.md | Added new tip section about file imports with relative paths |
| config/build-options.md | Updated Rolldown documentation links, modified description text, and removed TODO comments |
| .vitepress/theme/composables/images/voidzero.svg | Replaced VoidZero logo with simplified design |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <!-- TODO: update the link above and below to Rolldown's documentation --> | ||
|
|
||
| 自定义底层的 Rolldown 打包配置。这与从 Rolldown 配置文件导出的选项相同,并将与 Vite 的内部 Rolldown 选项合并。查看 [Rolldown 选项文档](https://cn.rollupjs.org/configuration-options/) 获取更多细节。 | ||
| 直接自定义底层 Rolldown 包。这与从 Rolldown 配置文件导出的选项相同,并将与 Vite 的内部 Rolldown 选项合并。更多详情请参阅 [Rolldown 选项文档](https://rolldown.rs/reference/)。 |
There was a problem hiding this comment.
The phrase '自定义底层 Rolldown 包' (customize underlying Rolldown package) should be '自定义底层 Rolldown 打包配置' (customize underlying Rolldown bundler configuration) to be consistent with the original meaning and match the terminology used elsewhere in the documentation.
| 直接自定义底层 Rolldown 包。这与从 Rolldown 配置文件导出的选项相同,并将与 Vite 的内部 Rolldown 选项合并。更多详情请参阅 [Rolldown 选项文档](https://rolldown.rs/reference/)。 | |
| 直接自定义底层 Rolldown 打包配置。这与从 Rolldown 配置文件导出的选项相同,并将与 Vite 的内部 Rolldown 选项合并。更多详情请参阅 [Rolldown 选项文档](https://rolldown.rs/reference/)。 |
No description provided.