Skip to content

Commit 1c957e0

Browse files
committed
Updated schema.json
1 parent 10859be commit 1c957e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/schema/plugins/search.json

+10
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
"title": "Separator for indexing and query tokenization",
3636
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-separator",
3737
"type": "string"
38+
},
39+
"jieba_dict": {
40+
"title": "Jieba dictionary replacement",
41+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#jieba-dict",
42+
"type": "string"
43+
},
44+
"jieba_dict_user": {
45+
"title": "Jieba dictionary augmentation",
46+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#jieba-dict",
47+
"type": "string"
3848
}
3949
},
4050
"additionalProperties": false

0 commit comments

Comments
 (0)