diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 15:39:58 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 15:39:58 +0100 |
commit | 71468046acbaf005173ababa0fe5ffb9c6426278 (patch) | |
tree | 4de91ca97bb0f8a80264c7f26f0d48d8505bf1c0 /docs/pkgdown.js | |
parent | ac655f0c05b184ddffe64b3b37d1682998dfd5cc (diff) |
Static documentation built by pkgdownv0.6.8
Not by staticdocs any more
Diffstat (limited to 'docs/pkgdown.js')
-rw-r--r-- | docs/pkgdown.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/pkgdown.js b/docs/pkgdown.js new file mode 100644 index 0000000..c8b38c4 --- /dev/null +++ b/docs/pkgdown.js @@ -0,0 +1,8 @@ +$(function() { + $("#sidebar").stick_in_parent({offset_top: 40}); + $('body').scrollspy({ + target: '#sidebar', + offset: 60 + }); + +}); |