File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed
Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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デバイス' ,
Original file line number Diff line number Diff 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 设备' ,
You can’t perform that action at this time.
0 commit comments