chirpy/assets/js/toc.js~
yann 4d6c70abe7
Some checks failed
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
actualisation 25/08/2025
2025-08-25 10:17:25 +02:00

10 lines
263 B
JavaScript

document.querySelector("main h2, main h3")&&tocbot.refresh({
tocSelector:"#toc",
contentSelector:".content",
ignoreSelector:"[data-toc-skip]",
headingSelector:"h2, h3, h4, h5, h6",
orderedList:!1,
scrollSmooth:!1,
collapseDepth: 6
});