steveush / foodoc

A Bootstrap and Handlebars based JSDoc3 template.
GNU General Public License v3.0
24 stars 14 forks source link

Update to lunr 2.3.0 #10

Open prtksxna opened 6 years ago

prtksxna commented 6 years ago

Indexes are immutable in 2.0.0 so we need to create the index and add the docs at the same time. https://lunrjs.com/guides/upgrading.html

prtksxna commented 6 years ago

There are still references to lunr.min.js in examples/ and .test/. I didn't remove them because I wasn't entirely sure how they were being generated. Happy to make changes where necessary 😄

prtksxna commented 6 years ago

This might help with #6.