@@ -35,7 +35,6 @@ const sidebars: SidebarsConfig = {
3535 label : '小脑:运动控制' ,
3636 collapsed : false ,
3737 items : [
38- { type : 'link' , label : '机器人运动学与 ROS2 基础' , href : '/docs/foundations/robotics-and-ros2/intro' } ,
3938 { type : 'link' , label : '强化学习控制' , href : '/docs/foundations/rl-for-robotics/ppo' } ,
4039 { type : 'link' , label : '运动规划' , href : '/docs/foundations/robotics-and-ros2/moveit2_basics' } ,
4140 ] ,
@@ -62,7 +61,7 @@ const sidebars: SidebarsConfig = {
6261 label : '神经系统:基础设施与通信' ,
6362 collapsed : false ,
6463 items : [
65- { type : 'link' , label : 'ROS2 工程基础 ' , href : '/docs/foundations/robotics-and-ros2/ros2_engineering_basics ' } ,
64+ { type : 'link' , label : 'ROS2' , href : '/docs/foundations/robotics-and-ros2/intro ' } ,
6665 { type : 'link' , label : 'CAN 与 MCU 通信' , href : '/docs/foundations/communication/can-mcu' } ,
6766 ] ,
6867 } ,
@@ -98,7 +97,7 @@ const sidebars: SidebarsConfig = {
9897 foundationsRoboticsAndRos2Sidebar : [
9998 {
10099 type : 'category' ,
101- label : '机器人运动学与 ROS2 基础 ' ,
100+ label : 'ROS2' ,
102101 link : { type : 'doc' , id : 'foundations/robotics-and-ros2/intro' } ,
103102 collapsible : false ,
104103 items : [ { type : 'autogenerated' , dirName : 'foundations/robotics-and-ros2' } ] ,
0 commit comments