aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.js
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-06 17:00:48 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-06 17:00:48 +0100
commit73e650114af77582238abf5273e63005e0b2287e (patch)
treee0effa0124a713738c850aa47acc54d1b82318d8 /docs/pkgdown.js
parentfcb3332b7b186639cce940696057a2b6dd2c5cca (diff)
Static documentation now built by pkgdown::build_site()
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