diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-06 09:19:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-06 09:19:21 +0200 |
commit | 38f9e15f0c972c1516ae737a2bca8d7789581bbd (patch) | |
tree | 724c9dc19901f24f427757ac81001f07bf298024 /docs/pkgdown.js | |
parent | ec1487f0f2cef32d44b0c6ce94a6f1b4f65a79d3 (diff) |
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to 'docs/pkgdown.js')
-rw-r--r-- | docs/pkgdown.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/pkgdown.js b/docs/pkgdown.js new file mode 100644 index 00000000..ded9e7df --- /dev/null +++ b/docs/pkgdown.js @@ -0,0 +1,13 @@ +$(function() { + + $('#tocnav').affix({ + offset: { + top: $('#tocnav').offset().top - 80 + } + }); + $('body').scrollspy({ + target: '#tocnav', + offset: 80 + }); + +}); |