mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
* Use a web worker in the browser with a fallback (fixes #859 & closes #1396). * Optionally pre-build search index (fixes #859 & closes #1061). * Upgrade to lunr.js 2.x (fixes #1319). * Support search in languages other than English (fixes #826). * Allow the user to define the word separators (fixes #867). * Only run searches for queries of length > 2 (fixes #1127). * Remove dependency on require.js, mustache, etc. (fixes #1218). * Compress the search index (fixes #1128).
7 lines
249 B
Plaintext
7 lines
249 B
Plaintext
mkdocs/themes/**/js/highlight.pack.js
|
|
mkdocs/themes/**/js/jquery-**.min.js
|
|
mkdocs/themes/**/js/bootstrap-**.min.js
|
|
mkdocs/themes/**/js/modernizr-**.min.js
|
|
mkdocs/contrib/search/templates/search/lunr.js
|
|
mkdocs/contrib/search/lunr-language/lunr.**.js
|