mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-10 02:31:59 +09:00
Explicitly select lunr as search provider
Keep the existing search provider instead (and the separator) option.
(cherry picked from commit 7a1ee34f71)
This commit is contained in:
committed by
Kristoffer Dalby
parent
12928418b8
commit
089d6c4109
+3
-1
@@ -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