v1.0.2
Features
- Auto scroll toc when page scroll (ceda1ce)
- Fold toc by default & spread it auto when heading to the top (1e242b3)
Bug Fixes
- Solve the problem that the menu always shows (21cde8e)
Change configuration in _config.yml
:
toc:
+ expand_all: false
- max_depth: 5
+ max_depth: 6
下面是中文翻译:
新功能
问题修复
- 解决菜单在移动端始终显示的问题 (21cde8e)
修改了 _config.yml
文件里的配置项:
toc:
+ expand_all: false
- max_depth: 5
+ max_depth: 6