Skip to content

Commit df36841

Browse files
committed
fix(mkdocs.yml): fixed a bug that causes error about nav
Empty nav nodes should not be followed by a colon if they have no child nodes
1 parent 82ac68e commit df36841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nav:
1515
- 介绍: index.md
1616
- 竞赛目录:
1717
- 机器人世界杯: contest/RoboCup.md
18-
- 教学资源: # resource/
18+
- 教学资源:
1919
- 编程基础: # programming/
2020
- Python语法基础: # Python/
2121
- Python简介: resource/programming/Python/Python_Introduction.md
@@ -49,7 +49,7 @@ nav:
4949
- LaTeX简介: resource/software/LaTeX/LaTeX_Introduction.md
5050
- Docker: # Docker/
5151
- Docker简介: resource/software/Docker/Docker_Introduction.md
52-
- Misc:
52+
- Misc
5353
- 社会活动: social/social.md
5454
- 历届获奖: awards/awards.md
5555
- 其他:

0 commit comments

Comments
 (0)