maestria-investigacion/assets/html/toc.js

11 lines
226 B
JavaScript
Raw Normal View History

2021-11-07 11:17:50 -06:00
window.onload = function () {
tocbot.init({
tocSelector: '.js-toc',
contentSelector: '.content',
headingSelector: 'h1, h2, h3',
hasInnerContainers: true,
collapseDepth: 0,
scrollSmooth: true,
});
}