diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 15:22:07 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 15:22:07 +0100 |
commit | ae13a2e7f373f697cdfb6acb7ae042d6e27d8967 (patch) | |
tree | 61bc66f752a81e9d50becf173d138ca9dfa80778 /docs/pkgdown.js | |
parent | cd9d3e214233b0a6862200f60bf70a4214bc2115 (diff) |
Add pkgdown docu, change package build directory
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 + }); + +}); |