We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7e6958 + 87682a0 commit 13c272aCopy full SHA for 13c272a
2 files changed
mkdocs.yml
@@ -16,6 +16,8 @@ theme:
16
- navigation.tabs.sticky
17
- navigation.top
18
- search.suggest
19
+ - search.highlight
20
+ - search.share
21
logo: assets/logo.png
22
favicon: assets/logo.png
23
palette:
requirements.txt
@@ -2,6 +2,8 @@ mkdocs
2
mkdocs-awesome-pages-plugin
3
mkdocs-git-revision-date-localized-plugin
4
mkdocs-localsearch
5
-mkdocs-material
+# nhanlon(2022-08-25) using my fork of mkdocs-material to get around search issue for the time being
6
+git+https://github.com/NeilHanlon/mkdocs-material.git@master
7
mkdocs-redirects
-git+https://github.com/ultrabug/mkdocs-static-i18n.git@issue_37
8
+mkdocs-static-i18n
9
+jieba
0 commit comments