Skip to content

Commit b2a2a50

Browse files
committed
minor fix
1 parent f694b53 commit b2a2a50

File tree

173 files changed

+10474
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+10474
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "@easyops-cn/docusaurus-search-local",
3+
"id": "default"
4+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import lunr from "/Users/danciaclara/Documents/developer-docs/node_modules/lunr/lunr.js";
2+
export const removeDefaultStopWordFilter = [];
3+
export const language = ["en"];
4+
export const searchIndexUrl = "search-index{dir}.json?_=9fb99c54";
5+
export const searchResultLimits = 8;
6+
export const fuzzyMatchingDistance = 1;
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
export const removeDefaultStemmer = false;
2+
export const Mark = null;
3+
export const searchResultContextMaxLength = 50;
4+
export const explicitSearchResultPath = false;
5+
export const searchBarShortcut = true;
6+
export const searchBarShortcutHint = true;
7+
export const searchBarShortcutKeymap = "mod+k";
8+
export const searchBarPosition = "left";
9+
export const docsPluginIdForPreferredVersion = undefined;
10+
export const indexDocs = true;
11+
export const searchContextByPaths = null;
12+
export const hideSearchBarWithNoSearchContext = false;
13+
export const useAllContextsWithNoSearchContext = false;

.docusaurus/DONT-EDIT-THIS-FOLDER

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This folder stores temp files that Docusaurus' client bundler accesses.
2+
3+
DO NOT hand-modify files in this folder because they will be overwritten in the
4+
next build. You can clear all build artifacts (including this folder) with the
5+
`docusaurus clear` command.

0 commit comments

Comments
 (0)