Skip to content

Commit 98f83eb

Browse files
committed
style(mkdocs.yml): delete comments, correct spelling, add nodes to English navgation
Delete unnecessary comments, correct spelling, and add important nodes to the English navigation bar even if there is no corresponding document
1 parent df36841 commit 98f83eb

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

mkdocs.yml

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@ nav:
1616
- 竞赛目录:
1717
- 机器人世界杯: contest/RoboCup.md
1818
- 教学资源:
19-
- 编程基础: # programming/
20-
- Python语法基础: # Python/
19+
- 编程基础:
20+
- Python语法基础:
2121
- Python简介: resource/programming/Python/Python_Introduction.md
22-
- C++语法基础: # Cplus/
23-
- C++简介: resource/programming/Cplus/Cplus_Introduction.md
24-
- 面向对象的编程: # OOP/
22+
- C++语法基础:
23+
- C++简介: resource/programming/CPP/CPP_Introduction.md
24+
- 面向对象的编程:
2525
- 面向对象的编程简介: resource/programming/OOP/OOP_Introduction.md
26-
- 理论基础: # theory/
27-
- 数据结构与算法: # Algorithm&DS
26+
- 理论基础:
27+
- 数据结构与算法:
2828
- 数据结构与算法简介: resource/theory/Algorithm&DS/Algorithm&DS_Introduction.md
29-
- 线性代数相关补充: # Linear_Algebra
29+
- 线性代数相关补充:
3030
- 线性代数相关补充简介: resource/theory/Linear_Algebra/Linear_Algebra_Introduction.md
31-
- 机器人运动学: # Robot_Kinematics
31+
- 机器人运动学:
3232
- 机器人运动学简介: resource/theory/Robot_Kinematics/Robot_Kinematics_Introduction.md
33-
- 数字图像处理(基于OpenCV Cplus): # CV
33+
- 数字图像处理(基于OpenCV C++):
3434
- 数字图像处理简介: resource/theory/CV/CV_Introduction.md
35-
- 机器学习(基于PyTorch): # Machine_Learning
35+
- 机器学习(基于PyTorch):
3636
- 机器学习简介: resource/theory/Machine_Learning/Machine_Learning_Introduction.md
37-
- 实用软件基础: # software/
38-
- Linux指令基础: # Linux/
37+
- 实用软件基础:
38+
- Linux指令基础:
3939
- Linux指令基础简介: resource/software/Linux/Linux_Introduction.md
40-
- Git版本控制: # Git/
40+
- Git版本控制:
4141
- Git版本控制简介: resource/software/Git/Git_Introduction.md
42-
- GNU Make编译工具: # GNU_Make/
42+
- GNU Make编译工具:
4343
- GNU Make编译工具简介: resource/software/GNU_Make/GNU_Make_Introduction.md
44-
- CMake编译工具: # CMake/
44+
- CMake编译工具:
4545
- CMake编译工具简介: resource/software/CMake/CMake_Introduction.md
46-
- GDB调试: # GDB/
46+
- GDB调试:
4747
- GDB调试简介: resource/software/GDB/GDB_Introduction.md
48-
- LaTeX: # LaTeX/
48+
- LaTeX:
4949
- LaTeX简介: resource/software/LaTeX/LaTeX_Introduction.md
50-
- Docker: # Docker/
50+
- Docker:
5151
- Docker简介: resource/software/Docker/Docker_Introduction.md
5252
- Misc
5353
- 社会活动: social/social.md
@@ -132,11 +132,19 @@ plugins:
132132
site_name: Robotics and AI Lab, SDNU
133133
nav_translations:
134134
介绍: Introduction
135+
135136
竞赛目录: Contest Category
136137
机器人世界杯: RoboCup
138+
137139
教学资源: Learning Resource
140+
编程基础: Programming Basics
141+
理论基础: Theoretical Basics
142+
实用软件基础: Practical Software Basics
143+
138144
社会活动: Social Activities
145+
139146
历届获奖: Previous Awards
147+
140148
其他: Others
141149
有趣的东西: Something Interesting
142150
# Search plugin

0 commit comments

Comments
 (0)