docs: regenerate

This commit is contained in:
goat 2020-03-24 03:22:08 +09:00
parent db474652ee
commit 0a227fd2b7
691 changed files with 8670 additions and 7532 deletions

View file

@ -456,16 +456,6 @@ $(function () {
return;
}
tocFilterClearButton.fadeIn();
// set all parent nodes status
$('#toc li>a').filter(function (i, e) {
return $(e).siblings().length > 0
}).each(function (i, anchor) {
var parent = $(anchor).parent();
parent.addClass(hide);
parent.removeClass(show);
parent.removeClass(filtered);
})
// Get leaf nodes
$('#toc li>a').filter(function (i, e) {
@ -1172,7 +1162,7 @@ $(function () {
$(window).on('hashchange', scrollToCurrent);
$(window).on('load', function () {
$(window).load(function () {
// scroll to the anchor if present, offset by the header
scrollToCurrent();
});

File diff suppressed because one or more lines are too long