Move to custom search plugin by borrowing from Mkdocs and existing plugins
This commit is contained in:
parent
2c2a0a72f1
commit
99c0b949f7
31 changed files with 12915 additions and 9 deletions
5
docs/search/lunr-language/lunr.jp.js
Normal file
5
docs/search/lunr-language/lunr.jp.js
Normal 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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue