Updated docs [skip ci]

This commit is contained in:
Rhet Turnbull
2021-12-22 08:22:02 -08:00
parent 6ce1b83ca2
commit 181f678d9e
16 changed files with 5366 additions and 103 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;
}
}
});