mirror of
https://github.com/juanfont/headscale
synced 2026-08-28 04:23:06 -04:00
Explicitly select lunr as search provider
Keep the existing search provider instead (and the separator) option.
This commit is contained in:
parent
f20f1f1278
commit
7a1ee34f71
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue