mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +01:00
docs: regenerate, include docfx config
This commit is contained in:
parent
6e486d0cea
commit
c59f53db2f
384 changed files with 248388 additions and 1052 deletions
|
|
@ -6,7 +6,7 @@
|
|||
var stopWords = null;
|
||||
var searchData = {};
|
||||
|
||||
lunr.tokenizer.seperator = /[\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