mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
docs: regenerate
This commit is contained in:
parent
a2af5e424e
commit
2e768b7144
579 changed files with 67404 additions and 2172 deletions
|
|
@ -6,7 +6,7 @@
|
|||
var stopWords = null;
|
||||
var searchData = {};
|
||||
|
||||
lunr.tokenizer.separator = /[\s\-\.]+/;
|
||||
lunr.tokenizer.separator = /[\s\-\.\(\)]+/;
|
||||
|
||||
var stopWordsRequest = new XMLHttpRequest();
|
||||
stopWordsRequest.open('GET', '../search-stopwords.json');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue