Skip to content

Commit 87682a0

Browse files
committed
Fix search on some pages by using my patched repository
* also enable search highlight and sharing * revert mkdocs-static-i18n to released versions now that PR is closed * add jieba to requirements for chinese language support
1 parent b7e6958 commit 87682a0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ theme:
1616
- navigation.tabs.sticky
1717
- navigation.top
1818
- search.suggest
19+
- search.highlight
20+
- search.share
1921
logo: assets/logo.png
2022
favicon: assets/logo.png
2123
palette:

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ mkdocs
22
mkdocs-awesome-pages-plugin
33
mkdocs-git-revision-date-localized-plugin
44
mkdocs-localsearch
5-
mkdocs-material
5+
# 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
67
mkdocs-redirects
7-
git+https://github.com/ultrabug/mkdocs-static-i18n.git@issue_37
8+
mkdocs-static-i18n
9+
jieba

0 commit comments

Comments
 (0)