Skip to content

Commit 6e56a5e

Browse files
authored
the script command sections consist of only 2 characters (i.e. >D), hence with default setting they will not be reported as hits. See https://www.mkdocs.org/user-guide/configuration/#min_search_length
1 parent 7d24c46 commit 6e56a5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ docs_dir: docs
99

1010
plugins:
1111
- search:
12+
min_search_length: 2
1213
lang:
1314
- de
14-
- en
15+
- en
1516
- alternate-link
1617
- minify:
1718
minify_html: true

0 commit comments

Comments
 (0)