mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-01 06:07:05 +02:00
deploy: 9e43df2e6f
This commit is contained in:
parent
2e2e54e756
commit
8741cca729
242 changed files with 5054 additions and 1972 deletions
|
@ -9,6 +9,7 @@ function initLunr() {
|
|||
// Set up lunrjs by declaring the fields we use
|
||||
// Also provide their boost level for the ranking
|
||||
lunrIndex = lunr(function() {
|
||||
this.use(lunr.multiLanguage.apply(null, contentLangs));
|
||||
this.ref('index');
|
||||
this.field('title', {
|
||||
boost: 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue