Move headings down to start at H3 at Mario's direction

This commit is contained in:
Andrew Manning
2016-12-19 22:12:08 -05:00
parent 87248c9f47
commit d4ab74b25e
10 changed files with 289 additions and 171 deletions

View File

@@ -108,7 +108,7 @@
if(pageName === linkName) {
var tocUl = $(this).closest('li').append('<ul>').find('ul');
tocUl.removeClass(); // Classes are automatically added to <ul> elements by something else
tocUl.toc({content: "#doco-content", headings: "h1"});
tocUl.toc({content: "#doco-content", headings: "h3"});
tocUl.addClass('toc-content sub-menu');
tocUl.attr('id', 'doco-side-toc');