docs: update generated docs

This commit is contained in:
nym21
2026-06-14 00:46:07 +02:00
parent c85da92cbc
commit 8614e9eded
639 changed files with 5529 additions and 3472 deletions
+2
View File
@@ -105,6 +105,7 @@ export function initScrollSpy(main) {
const viewportTop = getViewportTop();
for (const section of sections) {
if (!section.getClientRects().length) continue;
if (section.getBoundingClientRect().top > viewportTop) break;
currentSection = section;
@@ -149,6 +150,7 @@ export function initScrollSpy(main) {
alignNavToTop = true;
scheduleUpdate();
});
main.addEventListener("sectiontoggle", scheduleUpdate);
scheduleUpdate();
return navigateToHash;
}