feat: publish training systems deep dive

This commit is contained in:
wuyang
2026-07-29 01:26:38 +08:00
parent c3e1e85c67
commit c6306fe260
14 changed files with 3053 additions and 41 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"check": "astro check",
"check:site": "node scripts/check-site.mjs",
"check:moe-browser": "node scripts/check-moe-browser.mjs",
"check:reasoning-browser": "node scripts/check-reasoning-browser.mjs"
"check:reasoning-browser": "node scripts/check-reasoning-browser.mjs",
"check:training-systems-browser": "node scripts/check-training-systems-browser.mjs"
},
"dependencies": {
"@astrojs/sitemap": "3.7.3",