feat: remove Bun and add more examples#347
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation by renaming the "Community" and "Third-party Libraries" sections to "Community & Resources" and "Third-party Projects" respectively. It adds a new learning resources section and reorganizes the third-party projects list into categorized sections (such as Web & GUI, Games, Compilers, and Databases) while adding new entries like Ghostty and Cubyz. The review feedback focuses on improving technical terminology and translation accuracy in the third-party projects list, including suggestions to capitalize "Language Server", clarify "LD" as "ld 链接器", refine the description of the Koino parser, and translate "pipe" to "管道(pipe)工具".
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| ## 编译器、语言与工具链 | ||
|
|
||
| - **[zls](https://github.com/zigtools/zls)**:Zig 的 language server 实现 |
| ## 编译器、语言与工具链 | ||
|
|
||
| - **[zls](https://github.com/zigtools/zls)**:Zig 的 language server 实现 | ||
| - **[zld](https://github.com/kubkon/zld)**:使用 Zig 实现的 LD 替代品 |
| - **[zig-sqlite](https://github.com/vrischmann/zig-sqlite)**:对 SQLite 的 C API 包装库 | ||
| - **[duckdb](https://github.com/beachglasslabs/duckdb.zig)**:DuckDB 的 Zig API 包装 | ||
| - **[ini](https://github.com/ziglibs/ini)**:一个简单的 INI 文件解析库 | ||
| - **[koino](https://github.com/kivikakk/koino)**:Comrak 的 Zig 解析器,并且保证与 GitHub 的 Markdown 规范兼容 |
There was a problem hiding this comment.
“Comrak 的 Zig 解析器” 表达不够准确。Koino 是基于 Rust 的 Comrak 库移植/实现的 Zig 语言 CommonMark (Markdown) 解析器。建议修改为“基于 Comrak 的 Zig Markdown 解析器”,表意更清晰。
| - **[koino](https://github.com/kivikakk/koino)**:Comrak 的 Zig 解析器,并且保证与 GitHub 的 Markdown 规范兼容 | |
| - **[koino](https://github.com/kivikakk/koino)**:基于 Comrak 的 Zig Markdown 解析器,并且保证与 GitHub 的 Markdown 规范兼容 |
|
|
||
| - **[ghostty](https://github.com/ghostty-org/ghostty)**:使用 Zig 编写的终端模拟器 | ||
| - **[river](https://github.com/riverwm/river)**:使用 Zig 编写的窗口管理器 | ||
| - **[dt](https://github.com/so-dang-cool/dt)**:用于 Unix 的 pipe 工具 |
There was a problem hiding this comment.
Pull request overview
该 PR 响应 Issue #346,对附录内容进行整理:将“第三方库”板块移除 Bun 并重命名为“第三方项目”,同时补充更多 Zig 生态相关项目与学习资源,减少新手读者困惑并提升附录参考价值。
Changes:
- 将“第三方库”更名为“第三方项目”,移除 Bun 条目,并按类别补充更多项目链接。
- 将“社区”页面扩展为“社区与资源”,新增学习资源小节。
- 同步更新 VitePress 侧边栏导航文案以匹配页面标题变更。
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| course/appendix/well-known-lib.md | 重命名板块并重新分类第三方项目列表,移除 Bun,补充更多项目条目。 |
| course/appendix/community.md | 页面标题调整为“社区与资源”,新增“学习资源”列表。 |
| course/.vitepress/sidebar.ts | 侧边栏条目文案同步更新为“社区与资源”“第三方项目”。 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
详见 #346