From 05007f1011de8ea352ee23725ae46c51f5d67338 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Sun, 25 May 2014 18:31:17 -0300 Subject: ! site: introduce a navigation tree on documentation pages and reorder the site structure accordingly --- site/src/main/jekyll/assets/js/kamon.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 site/src/main/jekyll/assets/js/kamon.js (limited to 'site/src/main/jekyll/assets/js') 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 -- cgit v1.2.3