Skip to content

Commit 4f2e7a7

Browse files
committed
update sidebar
1 parent c2365bf commit 4f2e7a7

File tree

8 files changed

+43
-10
lines changed

8 files changed

+43
-10
lines changed

sites/en/static/js/language-switcher.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 语言切换器 - 生产环境优化版本
2-
// 生成时间: 2026-03-09 14:04:02 (北京时间)
3-
// 多语言页面: 2202
2+
// 生成时间: 2026-03-10 10:07:43 (北京时间)
3+
// 多语言页面: 2203
44

55
(function() {
66
'use strict';
@@ -910,6 +910,12 @@
910910
"es",
911911
"ja"
912912
],
913+
"/ai_robotics_control_soarm_by_openclaw_on_jetson_thor": [
914+
"cn",
915+
"en",
916+
"es",
917+
"ja"
918+
],
913919
"/fine_tune_gr00t_n1.5_for_lerobot_so_arm_and_deploy_on_jetson_thor_bk": [
914920
"cn",
915921
"en",

sites/es/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,6 +3910,7 @@ const sidebars = {
39103910
'Edge/NVIDIA_Jetson/Application/Physical_AI/es_Fine_tune_GR00T_N1.5_for_LeRobot_SO_Arm_and_Deploy_on_Jetson_Thor',
39113911
'Edge/NVIDIA_Jetson/Application/Physical_AI/es_Fine_tune_GR00T_N1.6_for_LeRobot_SO_Arm_and_Deploy_on_AGX_Orin',
39123912
'Edge/NVIDIA_Jetson/Application/Physical_AI/es_J501_Mini_StarAI_Viola_Fruit_Sorting',
3913+
'Edge/NVIDIA_Jetson/Application/Physical_AI/es_Control_SoArm_by_OpenClaw_on_Jetson_Thor'
39133914
]
39143915
},
39153916
// Managed Services

sites/es/static/js/language-switcher.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 语言切换器 - 生产环境优化版本
2-
// 生成时间: 2026-03-09 14:04:02 (北京时间)
3-
// 多语言页面: 2202
2+
// 生成时间: 2026-03-10 10:07:43 (北京时间)
3+
// 多语言页面: 2203
44

55
(function() {
66
'use strict';
@@ -910,6 +910,12 @@
910910
"es",
911911
"ja"
912912
],
913+
"/ai_robotics_control_soarm_by_openclaw_on_jetson_thor": [
914+
"cn",
915+
"en",
916+
"es",
917+
"ja"
918+
],
913919
"/fine_tune_gr00t_n1.5_for_lerobot_so_arm_and_deploy_on_jetson_thor_bk": [
914920
"cn",
915921
"en",

sites/ja/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,6 +3910,7 @@ const sidebars = {
39103910
'Edge/NVIDIA_Jetson/Application/Physical_AI/ja_Fine_tune_GR00T_N1.5_for_LeRobot_SO_Arm_and_Deploy_on_Jetson_Thor',
39113911
'Edge/NVIDIA_Jetson/Application/Physical_AI/ja_Fine_tune_GR00T_N1.6_for_LeRobot_SO_Arm_and_Deploy_on_AGX_Orin',
39123912
'Edge/NVIDIA_Jetson/Application/Physical_AI/ja_J501_Mini_StarAI_Viola_Fruit_Sorting',
3913+
'Edge/NVIDIA_Jetson/Application/Physical_AI/ja_Control_SoArm_by_OpenClaw_on_Jetson_Thor'
39133914
]
39143915
},
39153916
// Managed Services

sites/ja/static/js/language-switcher.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 语言切换器 - 生产环境优化版本
2-
// 生成时间: 2026-03-09 14:04:02 (北京时间)
3-
// 多语言页面: 2202
2+
// 生成时间: 2026-03-10 10:07:43 (北京时间)
3+
// 多语言页面: 2203
44

55
(function() {
66
'use strict';
@@ -910,6 +910,12 @@
910910
"es",
911911
"ja"
912912
],
913+
"/ai_robotics_control_soarm_by_openclaw_on_jetson_thor": [
914+
"cn",
915+
"en",
916+
"es",
917+
"ja"
918+
],
913919
"/fine_tune_gr00t_n1.5_for_lerobot_so_arm_and_deploy_on_jetson_thor_bk": [
914920
"cn",
915921
"en",

sites/zh-CN/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,6 +3910,7 @@ const sidebars = {
39103910
'Edge/NVIDIA_Jetson/Application/Physical_AI/cn_Fine_tune_GR00T_N1.5_for_LeRobot_SO_Arm_and_Deploy_on_Jetson_Thor',
39113911
'Edge/NVIDIA_Jetson/Application/Physical_AI/cn_Fine_tune_GR00T_N1.6_for_LeRobot_SO_Arm_and_Deploy_on_AGX_Orin',
39123912
'Edge/NVIDIA_Jetson/Application/Physical_AI/cn_J501_Mini_StarAI_Viola_Fruit_Sorting',
3913+
'Edge/NVIDIA_Jetson/Application/Physical_AI/cn_Control_SoArm_by_OpenClaw_on_Jetson_Thor'
39133914
]
39143915
},
39153916
// Managed Services

sites/zh-CN/static/js/language-switcher.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 语言切换器 - 生产环境优化版本
2-
// 生成时间: 2026-03-09 14:04:02 (北京时间)
3-
// 多语言页面: 2202
2+
// 生成时间: 2026-03-10 10:07:43 (北京时间)
3+
// 多语言页面: 2203
44

55
(function() {
66
'use strict';
@@ -910,6 +910,12 @@
910910
"es",
911911
"ja"
912912
],
913+
"/ai_robotics_control_soarm_by_openclaw_on_jetson_thor": [
914+
"cn",
915+
"en",
916+
"es",
917+
"ja"
918+
],
913919
"/fine_tune_gr00t_n1.5_for_lerobot_so_arm_and_deploy_on_jetson_thor_bk": [
914920
"cn",
915921
"en",

static/js/language-switcher.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 语言切换器 - 生产环境优化版本
2-
// 生成时间: 2026-03-09 14:04:02 (北京时间)
3-
// 多语言页面: 2202
2+
// 生成时间: 2026-03-10 10:07:43 (北京时间)
3+
// 多语言页面: 2203
44

55
(function() {
66
'use strict';
@@ -910,6 +910,12 @@
910910
"es",
911911
"ja"
912912
],
913+
"/ai_robotics_control_soarm_by_openclaw_on_jetson_thor": [
914+
"cn",
915+
"en",
916+
"es",
917+
"ja"
918+
],
913919
"/fine_tune_gr00t_n1.5_for_lerobot_so_arm_and_deploy_on_jetson_thor_bk": [
914920
"cn",
915921
"en",

0 commit comments

Comments
 (0)