feat: publish representation and depth chapter

This commit is contained in:
wuyang
2026-07-29 10:32:33 +08:00
parent a9afa12c7c
commit a2c9298d35
28 changed files with 2960 additions and 51 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
"check:agents-browser": "node scripts/check-agents-browser.mjs",
"check:multimodal-browser": "node scripts/check-multimodal-browser.mjs",
"check:inference-serving-browser": "node scripts/check-inference-serving-browser.mjs",
"check:evaluation-browser": "node scripts/check-evaluation-browser.mjs"
"check:evaluation-browser": "node scripts/check-evaluation-browser.mjs",
"check:representation-browser": "node scripts/check-representation-browser.mjs"
},
"dependencies": {
"@astrojs/sitemap": "3.7.3",