File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,15 @@ plugins:
107
107
exclude :
108
108
- assets/*
109
109
- i18n :
110
- default_language : en
110
+ fallback_to_default : true
111
111
languages :
112
- en :
113
- name : English
114
- build : false
115
- zh :
116
- name : 简体中文
112
+ - name : English
113
+ build : true
114
+ default : true
115
+ locale : en
116
+ - name : 简体中文
117
+ build : true
118
+ locale : zh
117
119
material_alternate : true
118
120
nav_translations :
119
121
zh :
Original file line number Diff line number Diff line change 1
- mkdocs-material == 9.1.0
2
- mkdocs == 1.4.2
1
+ mkdocs-material == 9.5.19
2
+ mkdocs == 1.6.0
3
3
4
4
# Python Markdown Extensions
5
- pygments == 2.14
6
- pymdown-extensions == 9.10
5
+ pygments == 2.17.2
6
+ pymdown-extensions == 10.8.1
7
7
8
8
# MkDocs Plugins
9
- mkdocs-exclude-search == 0.6.5
10
- mkdocs-git-revision-date-localized-plugin == 1.2.0
11
- mkdocs-static-i18n == 0.56
9
+ mkdocs-exclude-search == 0.6.6
10
+ mkdocs-git-revision-date-localized-plugin == 1.2.4
11
+ mkdocs-static-i18n == 1.2.2
You can’t perform that action at this time.
0 commit comments