aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-09 12:37:07 +1100
committerGitHub <noreply@github.com>2016-12-09 12:37:07 +1100
commit1a3222d357a17f703abe7a86b1eea8c5ae8f5121 (patch)
treeb5408e695f518ada173f6b4bae315e88a46b2d12 /doc/toc.html
parent8b57add89151703b163615df177db6f632435ba8 (diff)
parent5a17f86f1a3c602fcd7a051c9890e304e27d5c49 (diff)
downloadvolse-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.html3
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});
}
+ }
});
});