aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/assets/js
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-05-25 18:31:17 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-05-25 18:31:17 -0300
commit05007f1011de8ea352ee23725ae46c51f5d67338 (patch)
tree2a3b044adfadf0caa5fcc4c3de84c2fe8baf97ef /site/src/main/jekyll/assets/js
parentbcba7829a885813b0f67e396faf044cda14a798f (diff)
downloadKamon-05007f1011de8ea352ee23725ae46c51f5d67338.tar.gz
Kamon-05007f1011de8ea352ee23725ae46c51f5d67338.tar.bz2
Kamon-05007f1011de8ea352ee23725ae46c51f5d67338.zip
! site: introduce a navigation tree on documentation pages and reorder the site structure accordingly
Diffstat (limited to 'site/src/main/jekyll/assets/js')
-rw-r--r--site/src/main/jekyll/assets/js/kamon.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/src/main/jekyll/assets/js/kamon.js b/site/src/main/jekyll/assets/js/kamon.js
new file mode 100644
index 00000000..14a81e36
--- /dev/null
+++ b/site/src/main/jekyll/assets/js/kamon.js
@@ -0,0 +1,5 @@
+$(document).ready(function () {
+ $('label.tree-toggler').click(function () {
+ $(this).parent().children('ul.tree').toggle(300);
+ });
+}); \ No newline at end of file