Skip to content

Commit

Permalink
Updated schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 5, 2022
1 parent 10859be commit 1c957e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/schema/plugins/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
"title": "Separator for indexing and query tokenization",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-separator",
"type": "string"
},
"jieba_dict": {
"title": "Jieba dictionary replacement",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#jieba-dict",
"type": "string"
},
"jieba_dict_user": {
"title": "Jieba dictionary augmentation",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#jieba-dict",
"type": "string"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 1c957e0

Please # to comment.