maestria-investigacion/tesis/html/toc.js

11 lines
226 B
JavaScript
Raw Normal View History

2021-10-12 16:41:34 -05:00
window.onload = function () {
tocbot.init({
tocSelector: '.js-toc',
contentSelector: '.content',
headingSelector: 'h1, h2, h3',
hasInnerContainers: true,
collapseDepth: 0,
scrollSmooth: true,
});
}