From 6e56a5e24c3a83e3536bdfbf5172701accf9bc3c Mon Sep 17 00:00:00 2001 From: mi-hol <22799428+mi-hol@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:31:03 +0100 Subject: [PATCH] fix #1449 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 --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index b225b4bbb9..fa16ccc698 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,9 +9,10 @@ docs_dir: docs plugins: - search: + min_search_length: 2 lang: - de - - en + - en - alternate-link - minify: minify_html: true