docs: add Cube 100 Program page and update navigation/README#1081
Open
caoqianyun wants to merge 1 commit into
Open
docs: add Cube 100 Program page and update navigation/README#1081caoqianyun wants to merge 1 commit into
caoqianyun wants to merge 1 commit into
Conversation
Add bilingual Cube 100 Program documentation pages (zh + en) with program overview, case study requirements, selection rules, and support package. Update sidebar config (config.mjs) for both locales, README top navigation (Submit Use Case / 用户案例提报), and Community section intro for both locales. Signed-off-by: caoqianyun <594833623@qq.com>
caoqianyun
requested review from
chenhengqi,
fslongjin and
ls-ggg
as code owners
July 22, 2026 08:00
PR Review: docs: add Cube 100 Program page and update navigation/README (#1081)Reviewer: AI-generated review ChangesThis PR adds the Cube 100 Program (首批 100 位 AI Agent 生产先行者案例征集计划) to the documentation site and README, covering both Chinese and English versions. Files changed (5 files, +150/-4)
Verified ✅
Minor style suggestion
VerdictThe PR is clean, correctly scoped, and consistently implemented across both locales. All structural changes (sidebar, nav links, relative paths) are accurate. No blocking issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds the Cube 100 Program (首批 100 位 AI Agent 生产先行者案例征集计划) to the documentation site and README, covering both Chinese and English versions.
Changes
1. New documentation pages
docs/zh/guide/cube100.md— 中文版计划详情页docs/guide/cube100.md— English versionContent includes: program overview, case study requirements, selection rules, support package, and application form link (wj.qq for zh, Google Form for en).
2. Sidebar config (
docs/.vitepress/config.mjs)/zh/guide/): added "Cube 100 计划" under "社区共建" group (after "应用案例", before "生态集成")/guide/): added "Cube 100 Program" under "Contribute" group (after "Use Cases", before "Integrations")3. README top navigation (both
README.mdandREADME_zh.md)Submit Use Case→ links to Google Form用户案例提报→ links to wj.qq form4. README Community section (both
README.mdandREADME_zh.md)Appended a sentence after the bilingual PR submission note, introducing the Cube 100 Program with a link to the corresponding doc page.
Checklist