aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.js
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:22:07 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-24 15:22:07 +0100
commitae13a2e7f373f697cdfb6acb7ae042d6e27d8967 (patch)
tree61bc66f752a81e9d50becf173d138ca9dfa80778 /docs/pkgdown.js
parentcd9d3e214233b0a6862200f60bf70a4214bc2115 (diff)
Add pkgdown docu, change package build directory
Diffstat (limited to 'docs/pkgdown.js')
-rw-r--r--docs/pkgdown.js8
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
+ });
+
+});

Contact - Imprint