docs: document repo support scripts

This commit is contained in:
Peter Steinberger
2026-06-04 08:01:15 -04:00
parent f07ee23d23
commit e900428a47
7 changed files with 28 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
/**
* Docs UI enhancement that mirrors the active nav tab underline with a stable
* animated underline element.
*/
(() => {
const NAV_TABS_SELECTOR = ".nav-tabs";
const ACTIVE_UNDERLINE_SELECTOR = ".nav-tabs-item > div.bg-primary";