Skip to content

Commit 0640e12

Browse files
authored
feat(mkdocs.yaml): update the separator characters (autowarefoundation#10127)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 1e2f71b commit 0640e12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mkdocs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ plugins:
6363
module_name: mkdocs_macros
6464
- mkdocs-video
6565
- same-dir
66-
- search
66+
# https://squidfunk.github.io/mkdocs-material/plugins/search/#config.separator
67+
- search:
68+
separator: '[\s\-_,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
6769

6870
markdown_extensions:
6971
- abbr

0 commit comments

Comments
 (0)