mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
8 lines
662 B
JavaScript
8 lines
662 B
JavaScript
|
|
import lunr from "/home/runner/work/zhenxun_docs/zhenxun_docs/node_modules/lunr/lunr.js";
|
||
|
|
require("/home/runner/work/zhenxun_docs/zhenxun_docs/node_modules/lunr-languages/lunr.stemmer.support.js")(lunr);
|
||
|
|
require("/home/runner/work/zhenxun_docs/zhenxun_docs/node_modules/@easyops-cn/docusaurus-search-local/dist/client/shared/lunrLanguageZh.js").lunrLanguageZh(lunr);
|
||
|
|
require("/home/runner/work/zhenxun_docs/zhenxun_docs/node_modules/lunr-languages/lunr.multi.js")(lunr);
|
||
|
|
export const removeDefaultStopWordFilter = false;
|
||
|
|
export const language = ["en","zh"];
|
||
|
|
export const searchIndexUrl = "search-index{dir}.json?_=61f4eadd";
|
||
|
|
export const searchResultLimits = 15;
|