File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ theme:
106
106
- navigation.tabs # 页面上方的标签页
107
107
- navigation.tracking # 页面滚动时,导航栏高亮当前页面
108
108
- navigation.sections # 使导航栏分块
109
- - navigation.expand # 默认展开导航
110
- - navigation.prune # 只渲染当前页面的导航
109
+ # - navigation.expand # 默认展开导航
110
+ # - navigation.prune # 只渲染当前页面的导航
111
111
- toc.follow # 滚动的时候侧边栏自动跟随
112
112
- navigation.top # 返回顶部按钮
113
113
- search.suggest # 补全建议
@@ -155,6 +155,7 @@ plugins:
155
155
# Minify html, speed up the loading speed
156
156
- minify :
157
157
minify_html : true
158
+ - git-revision-date-localized
158
159
159
160
extra_javascript :
160
161
# 使用mathjax进行数学公式渲染
@@ -165,6 +166,7 @@ markdown_extensions:
165
166
- attr_list
166
167
- admonition # 那些提醒
167
168
- footnotes # 脚注
169
+ - toc
168
170
- pymdownx.details
169
171
- pymdownx.emoji :
170
172
emoji_generator : !!python/name:pymdownx.emoji.to_svg
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ mkdocs-material==9.5.28
3
3
mkdocs-material-extensions == 1.3.1
4
4
mkdocs-minify-plugin == 0.8.0
5
5
mkdocs-static-i18n == 1.2.3
6
+ mkdocs-git-revision-date-localized-plugin == 1.2.6
6
7
pymdown-extensions == 10.8.1
You can’t perform that action at this time.
0 commit comments