Deployed 3baf59a with MkDocs version: 1.2.2

This commit is contained in:
2021-07-27 18:49:00 +00:00
parent b1a34edbbe
commit cbec732641
21 changed files with 127 additions and 404 deletions

View File

@ -44,6 +44,9 @@ function onJSONLoaded () {
if (lang.length > 1) {
scriptsToLoad.push('lunr.multi.js');
}
if (lang.includes("ja") || lang.includes("jp")) {
scriptsToLoad.push('tinyseg.js');
}
for (var i=0; i < lang.length; i++) {
if (lang[i] != 'en') {
scriptsToLoad.push(['lunr', lang[i], 'js'].join('.'));