Build new docs

This commit is contained in:
2021-12-02 08:20:38 +01:00
parent dec137220c
commit ce77d41246
123 changed files with 9254 additions and 2181 deletions

View File

@@ -301,14 +301,12 @@ var Documentation = {
window.location.href = prevHref;
return false;
}
break;
case 39: // right
var nextHref = $('link[rel="next"]').prop('href');
if (nextHref) {
window.location.href = nextHref;
return false;
}
break;
}
}
});