mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
12 lines
529 B
JavaScript
12 lines
529 B
JavaScript
|
|
export const removeDefaultStemmer = false;
|
||
|
|
export const Mark = null;
|
||
|
|
export const searchResultContextMaxLength = 50;
|
||
|
|
export const explicitSearchResultPath = false;
|
||
|
|
export const searchBarShortcut = true;
|
||
|
|
export const searchBarShortcutHint = true;
|
||
|
|
export const searchBarPosition = "right";
|
||
|
|
export const docsPluginIdForPreferredVersion = undefined;
|
||
|
|
export const indexDocs = true;
|
||
|
|
export const searchContextByPaths = null;
|
||
|
|
export const hideSearchBarWithNoSearchContext = false;
|
||
|
|
export const useAllContextsWithNoSearchContext = false;
|