Move to custom search plugin by borrowing from Mkdocs and existing plugins

This commit is contained in:
Griatch 2020-05-23 14:59:12 +02:00
parent 2c2a0a72f1
commit 99c0b949f7
31 changed files with 12915 additions and 9 deletions

View file

@ -0,0 +1,5 @@
// jp is the country code, while ja is the language code
// a new lunr.ja.js has been created, but in order to
// keep the backward compatibility, we'll leave the lunr.jp.js
// here for a while, and just make it use the new lunr.ja.js
module.exports = require('./lunr.ja');