We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d242bd commit e13f944Copy full SHA for e13f944
mkdocs.yml
@@ -29,8 +29,7 @@ theme:
29
- search.highlight # 搜索关键词高亮
30
- navigation.sections # 使左侧菜单以“分组”形式显示,层级感更强
31
- navigation.expand # 默认展开所有左侧菜单项
32
- - navigation.index # 点击父级菜单时直接跳转到该目录下的索引页
33
- - toc.integrate
+ - toc.integrate # 将页面目录(TOC)整合到左侧导航栏
34
35
nav:
36
- 介绍: README.md # 对应 docs/index.md
0 commit comments