Skip to content

Commit cefe8db

Browse files
make searchbar able to identify the API references (stanfordnlp#8136)
1 parent e20c5e9 commit cefe8db

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/mkdocs.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,18 @@ extra_css:
160160

161161
plugins:
162162
- social
163-
- search
163+
- search:
164+
lang: en
165+
separator: '[\s\-\.]+'
166+
min_search_length: 2
167+
prebuild_index: true
168+
indexing: 'full'
169+
properties:
170+
- title
171+
- tags
172+
- content
173+
- sections
174+
search_index_only: false
164175
- mkdocstrings:
165176
handlers:
166177
python:

0 commit comments

Comments
 (0)