Tweak docs styling, add serve-docs script
This commit is contained in:
parent
5b18fe672b
commit
10dcf050d6
3 changed files with 7 additions and 3 deletions
|
|
@ -113,7 +113,7 @@
|
|||
);
|
||||
});
|
||||
|
||||
if (document.body.scrollHeight > window.innerHeight) {
|
||||
if (document.body.scrollHeight > window.innerHeight + 500) {
|
||||
$(document.body).scrollspy({
|
||||
target: '#current-page-table-of-contents',
|
||||
offset: 40
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue