aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-12-19 22:12:08 -0500
committerzotlabs <mike@macgirvin.com>2016-12-19 19:35:19 -0800
commitc968d1194349c93bd9ca02ba3a8717875baa68e9 (patch)
tree989f7f74873c1953dbb1ca3ea58ea94402816f3f /doc/toc.html
parente0918816fb2d1dbe55a112bcf4d8d9fc7e46fbfb (diff)
downloadvolse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.tar.gz
volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.tar.bz2
volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.zip
Move headings down to start at H3 at Mario's direction
Diffstat (limited to 'doc/toc.html')
-rw-r--r--doc/toc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/toc.html b/doc/toc.html
index 458f6ec84..597a2c2c5 100644
--- a/doc/toc.html
+++ b/doc/toc.html
@@ -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');