529 Commits

Author SHA1 Message Date
delorex 2977dd5246 Merge pull request 'Добавил меню и настройки' (#1) from feature/menu into main
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Reviewed-on: #1
2026-06-04 11:41:17 +00:00
delorex 121dd29ec4 Добавил меню и настройки 2026-06-04 13:31:07 +03:00
Danil 8766caf0cb чищен .gitignore: убраны дубликаты, сгруппированы правила Unity/Vite/AI
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
2026-05-26 18:26:41 +03:00
Danil 58523143a4 справлена кодировка README.md + добавлено авторство
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
2026-05-26 18:19:55 +03:00
Danil 455e0a54d3 Merge easy-vibe: resolved conflicts in .gitignore and README.md
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
2026-05-26 18:11:14 +03:00
Sanbu 散步 6445d968fe Merge pull request #103 from Electricitysheep/fix/broken-links-appendix
fix(docs): correct broken links in appendix and sidebar config
2026-05-26 22:14:14 +08:00
Electricitysheep 0325d50661 fix(docs): correct broken links in appendix and sidebar config
- prompt-engineering.md: fix llm-principles link path\n- cloud-iam.md: fix llm-intro and prompt-engineering link paths\n- config.mjs: fix 3 broken sidebar links (what-is-api, examples paths)\n\nThese links were pointing to non-existent paths, causing 404 errors for readers.
2026-05-26 17:56:43 +08:00
sanbuphy 812a37da1c feat: add full stage-2 multilingual support for 8 locales
Translate all 24 stage-2 chapters (frontend, backend, AI capabilities,
assignments) to ja-jp, ko-kr, zh-tw, es-es, fr-fr, de-de, ar-sa, vi-vn.
Update VitePress config with sidebar labels, nav links, and sidebar
entries for each locale. Images reference zh-cn originals via absolute paths.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 08:57:24 +08:00
Sanbu 散步 5c4c8b1f49 Merge pull request #102 from Electricitysheep/feat/opencode-advanced-config
feat(docs): add advanced OpenCode configuration guide (model config, MCP, troubleshooting)
2026-05-26 08:54:29 +08:00
Electricitysheep 8352260871 feat(docs): add advanced OpenCode configuration guide
Add three new sections under the OpenCode chapter in modern-cli:
- Advanced model & API configuration (opencode.json)
- MCP server setup for OpenCode
- Tips, AGENTS.md, and troubleshooting

Both zh-cn and en versions.
2026-05-25 21:17:07 +08:00
Sanbu 散步 9ac0f56427 Merge pull request #100 from okwn/fix/https-upgrade-z-ai-link
docs: upgrade http://z.ai to https://z.ai
2026-05-24 16:32:58 +08:00
Hermes Agent a5be85040e docs: upgrade http://z.ai to https://z.ai 2026-05-23 23:20:47 +00:00
sanbuphy 461ea357ab fix: fix all hardcoded /zh-cn/ links in home page components (HomeI18n, HomeAppleFooter, HomeFeatures) 2026-05-21 10:01:50 +08:00
Sanbu 散步 df24d8f6de Merge pull request #97 from okwn/contrib/easy-vibe/fix-formula-display
fix: repair formula display in AI capabilities appendix 3.1.3 (closes #2)
2026-05-21 09:29:45 +08:00
okwn b8ebbf4348 fix: repair formula display in AI capabilities appendix 3.1.3 (closes #2) 2026-05-21 01:01:06 +00:00
okwn 3aa1eb059c fix: repair broken link in appendix prompts chapter (closes #44) 2026-05-21 00:57:00 +00:00
delorex 6d3dc23f12 Update .gitignore: Unity PC/Android/iOS + кроссплатформенные артефакты 2026-05-20 23:10:27 +03:00
sanbuphy 9cbc549cae fix: fix language routing for non-Chinese homepages, /zh-cn/ -> own locale 2026-05-20 23:20:16 +08:00
sanbuphy 5ac27e907e docs: add multilingual stage one readme note 2026-05-20 18:31:04 +08:00
sanbuphy 93256540f5 fix(docs): localize related article cards 2026-05-20 11:39:31 +08:00
sanbuphy d962359412 fix(docs): prevent stage-1 appendix link 404s 2026-05-20 11:23:42 +08:00
sanbuphy fea9ccd383 fix(docs): restore stage-1 locale sidebars 2026-05-20 11:12:02 +08:00
sanbuphy 64d79e6775 docs: stage-1 i18n coverage + news 2026-05-20 10:44:36 +08:00
Sanbu 散步 89035bd4c8 Merge pull request #94 from KurobaKaitou/main
docs: add Chinese and English introductions for OpenCode
2026-05-19 09:53:04 +08:00
sanbuphy 19611a73ad fix: remove THU SIGS abbreviation and fix contributors link anchor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-17 17:33:26 +08:00
sanbuphy 5d39307d57 feat: add THU SIGS special thanks info box to learning-map pages
Add acknowledgement info boxes to both Chinese and English learning-map
pages, thanking Tsinghua University SIGS students for their testing,
feedback, and contributions to the course.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-17 16:57:42 +08:00
sanbuphy d2f6bd7504 fix: sync all translated READMEs with root README and add proper translations
- Sync en-US/README.md with root README.md (path adjustments)
- Translate zh-TW to proper Traditional Chinese (was mixed simplified)
- Translate ja-JP body content to Japanese (was Chinese)
- Translate ko-KR body content to Korean (was Chinese)
- Translate es-ES, fr-FR, ar-SA, vi-VN, de-DE body content
- Add missing banner image to all translations
- Add missing sections: User Research appendix, Major Projects,
  Claude Agent SDK, Spec Coding, Other Courses, etc.
- Ensure consistent structure across all 10 language versions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-17 14:31:28 +08:00
小雨 cc11ea6ae0 docs: add Chinese and English introductions for OpenCode 2026-05-17 02:30:20 +08:00
sanbuphy 339b24fd95 feat: 支持魔搭创空间 (ModelScope Studio) Docker 部署 2026-05-15 10:50:51 +08:00
sanbuphy 668c3accdc fix: resolve 40 broken links in HomeI18n.js for locales without translated content 2026-05-14 12:58:01 +08:00
sanbuphy fa940c15f8 fix: correct hero button links from /stage-1/ to /stage-1/learning-map/ to avoid 404 2026-05-14 12:39:03 +08:00
sanbuphy 3f169f543d refactor: split HomeFeatures.vue into sub-components for maintainability 2026-05-14 11:09:48 +08:00
Sanbu 散步 59de919932 Merge pull request #85 from longbiaochen/codex/minimal-slide-mode
feat: add docs slide mode
2026-05-14 09:09:27 +08:00
Sanbu 散步 d15ea09261 Merge pull request #89 from leftrk/patch-1
fix markdown table
2026-05-14 09:08:07 +08:00
Sanbu 散步 21047a2b60 Merge pull request #90 from moltenbot000/moltenhub-you-are-a-senior-software-engineer-focus
Molten Hub Code: 100% Unit Test Coverage
2026-05-14 09:07:47 +08:00
Sanbu 散步 d2c9baf23c Merge pull request #91 from Bortlesboat/fix/81-home-dark-contrast
fix: improve homepage dark mode contrast
2026-05-14 09:07:35 +08:00
Sanbu 散步 72bdfc1044 Merge pull request #92 from kuyua9/fix/reading-bookmark-route-save-kuyua9
fix: keep reading bookmarks bound to route
2026-05-14 09:06:15 +08:00
kuyua9 e2c9e0f06d fix: keep reading bookmarks bound to route 2026-05-12 18:10:42 +08:00
Bortlesboat 8cd4151e2b fix: improve homepage dark mode contrast 2026-05-12 02:26:21 -04:00
Sanbu 散步 6517eeb1a2 Merge pull request #88 from kimyounghee425/feat/korean
feat : Add Korean translation for Stage 1 documentation
2026-05-12 14:19:38 +08:00
kimyounghee425 debd5889c8 docs: reuse zh-cn images for Korean stage 1 2026-05-12 09:55:02 +09:00
moltenhub-bot 2cef901b13 test: achieve 100% unit test coverage
Co-authored-by: Molten Bot 000 <260473928+moltenbot000@users.noreply.github.com>
2026-05-11 22:22:44 +00:00
leftrk dc6a93c930 fix markdown table 2026-05-12 01:15:35 +08:00
kimyounghee425 60b55eb372 feat : translate state1 into korean 2026-05-11 17:11:47 +09:00
kimyounghee425 9a98bb5d0f feat : translate state-1 in Korean 2026-05-11 15:22:02 +09:00
sanbuphy a7849acc17 docs: add table of contents anchor links to READMEs 2026-05-11 12:36:34 +08:00
sanbuphy 9513946ee4 docs: merge contributing and contributors sections 2026-05-10 18:41:12 +08:00
sanbuphy c3bcb7a288 docs: update README with banner, other courses, and TOC 2026-05-10 18:32:40 +08:00
delorex ae17d43e0a Initial test via PowerShell 2026-05-07 21:20:29 +03:00
Longbiao CHEN a1fa14b459 feat: add docs slide mode 2026-05-06 23:39:35 +08:00