Added /web folder which contains html/css (based off the default swagger-ui) for viewing the c-s json api.

This commit is contained in:
Kegan Dougal 2014-09-01 14:11:26 +01:00
parent 51b0b5c5ab
commit 389ee3624c
17 changed files with 10718 additions and 0 deletions

View file

@ -0,0 +1 @@
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);