mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-29 20:17:48 +00:00
Explicitly select lunr as search provider
Keep the existing search provider instead (and the separator) option.
This commit is contained in:
committed by
nblock
parent
f20f1f1278
commit
7a1ee34f71
@@ -68,7 +68,9 @@ exclude_docs: |
|
||||
# Plugins
|
||||
plugins:
|
||||
- search:
|
||||
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
||||
provider: lunr
|
||||
lunr:
|
||||
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
||||
- macros:
|
||||
- include-markdown:
|
||||
- minify:
|
||||
|
||||
Reference in New Issue
Block a user