diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-09 12:37:07 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 12:37:07 +1100 |
commit | 1a3222d357a17f703abe7a86b1eea8c5ae8f5121 (patch) | |
tree | b5408e695f518ada173f6b4bae315e88a46b2d12 /doc/toc.html | |
parent | 8b57add89151703b163615df177db6f632435ba8 (diff) | |
parent | 5a17f86f1a3c602fcd7a051c9890e304e27d5c49 (diff) | |
download | volse-hubzilla-1a3222d357a17f703abe7a86b1eea8c5ae8f5121.tar.gz volse-hubzilla-1a3222d357a17f703abe7a86b1eea8c5ae8f5121.tar.bz2 volse-hubzilla-1a3222d357a17f703abe7a86b1eea8c5ae8f5121.zip |
Merge pull request #615 from anaqreon/doco
Doco sprint
Diffstat (limited to 'doc/toc.html')
-rw-r--r-- | doc/toc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/toc.html b/doc/toc.html index c9c5ec46d..bc5097d0e 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -90,6 +90,7 @@ <div id="developers" class="panel-collapse collapse in"> <ul class="list-group"> <li class="doco-list-group-item"><a href="/help/developer/developer_guide">Guide</a></li> + <li class="doco-list-group-item"><a href="/help/developer/api_zot">Zot API</a></li> </ul> </div> </div> @@ -417,8 +418,10 @@ tocUl.removeClass(); // Classes are automatically added to <ul> elements by something else tocUl.toc({content: "#doco-content", headings: "h1,h2"}); tocUl.addClass('toc-content'); + if( $(window).height() > 499) { tocUl.sticky({topSpacing:$('nav').outerHeight(true), zIndex: 1000}); } + } }); }); |