Skip to content

Commit 3b60044

Browse files
committed
update sidebar
1 parent 6780620 commit 3b60044

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

sites/es/sidebars.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,23 @@ const sidebars = {
30663066
label: 'Computación en el Borde',
30673067
className: 'sideboard_calss',
30683068
},
3069+
{
3070+
type: 'category',
3071+
label: 'Dispositivos RK',
3072+
collapsed: true,
3073+
collapsible: true,
3074+
items: [
3075+
{
3076+
type: 'category',
3077+
label: 'Aplicaciones',
3078+
collapsed: true,
3079+
collapsible: true,
3080+
items: [
3081+
'Edge/RockChip_Devices/Application/es_object_detection_with_yolov11_on_recomputer_rk'
3082+
]
3083+
}
3084+
]
3085+
},
30693086
{
30703087
type: 'category',
30713088
label: 'Dispositivos Raspberry Pi',

sites/ja/sidebars.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,23 @@ const sidebars = {
30663066
label: 'エッジコンピューティング',
30673067
className: 'sideboard_calss',
30683068
},
3069+
{
3070+
type: 'category',
3071+
label: 'RK デバイス',
3072+
collapsed: true,
3073+
collapsible: true,
3074+
items: [
3075+
{
3076+
type: 'category',
3077+
label: 'アプリケーション',
3078+
collapsed: true,
3079+
collapsible: true,
3080+
items: [
3081+
'Edge/RockChip_Devices/Application/ja_object_detection_with_yolov11_on_recomputer_rk'
3082+
]
3083+
}
3084+
]
3085+
},
30693086
{
30703087
type: 'category',
30713088
label: 'Raspberry Piデバイス',

sites/zh-CN/sidebars.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,23 @@ const sidebars = {
30663066
label: '边缘计算',
30673067
className: 'sideboard_calss',
30683068
},
3069+
{
3070+
type: 'category',
3071+
label: 'RK 设备',
3072+
collapsed: true,
3073+
collapsible: true,
3074+
items: [
3075+
{
3076+
type: 'category',
3077+
label: '应用',
3078+
collapsed: true,
3079+
collapsible: true,
3080+
items: [
3081+
'Edge/RockChip_Devices/Application/cn_object_detection_with_yolov11_on_recomputer_rk'
3082+
]
3083+
}
3084+
]
3085+
},
30693086
{
30703087
type: 'category',
30713088
label: 'Raspberry Pi 设备',

0 commit comments

Comments
 (0)