diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-12-08 21:41:04 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-12-08 21:41:04 -0500 |
commit | cafa5217ed3824c142b44b8b8e5bcb484ffea6fe (patch) | |
tree | 1a4a57b201c189dbac3bf5fd25c148015fe7e871 /doc/toc.html | |
parent | bc16a1bcc4a5f58df2f8994cd53661c8f53acab5 (diff) | |
download | volse-hubzilla-cafa5217ed3824c142b44b8b8e5bcb484ffea6fe.tar.gz volse-hubzilla-cafa5217ed3824c142b44b8b8e5bcb484ffea6fe.tar.bz2 volse-hubzilla-cafa5217ed3824c142b44b8b8e5bcb484ffea6fe.zip |
Condense sticky nav TOC to h1 only. Add deep TOC to top of each page. Adjust developer guide headings.
Diffstat (limited to 'doc/toc.html')
-rw-r--r-- | doc/toc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/toc.html b/doc/toc.html index 64eb93435..a2ebea318 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -417,7 +417,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,h2"}); + tocUl.toc({content: "#doco-content", headings: "h1"}); tocUl.addClass('toc-content'); if( $(window).height() > 499) { tocUl.sticky({topSpacing:$('nav').outerHeight(true), zIndex: 1000}); |