aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.js
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-06 14:52:04 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-06 14:52:04 +0100
commitaac6606d2aee79e547f725353a42266c00ed2299 (patch)
treee08b632e3db29ebda4faaec87cd938bb353b52cd /docs/pkgdown.js
parent6248971edad72b30f7f609a6bb2217d0b41498a0 (diff)
Switch to pkgdown and link to pkgdown.jrwb.de
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