diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-03-18 15:42:14 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-03-18 15:42:19 -0400 |
| commit | 1cf820576763940083aa3d8e65e06c7e23b288fb (patch) | |
| tree | 84ca268462aad442aa6ac7d17b95814cc51da262 /mkdocs.yml | |
| parent | 56c26c1cc02679ce990150058fa4638fe1ecf4b0 (diff) | |
improve user documentation search to split on periods when tokenizing
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -53,7 +53,9 @@ theme: copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) <a href="https://vector35.com/">Vector 35 Inc</a>' plugins: - - search + - search: + lang: en + separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;' - offline - privacy - glightbox: |
