Hi! I've just pushed a haddock-based site version of jspwiki.apache.org (branch jbake-haddock). As talked a few(?) months ago, the idea was to retrieve the jbake-based website, as means of backup and publishing apidocs, so this version is essentially the home page linking to the main wiki wherever possible. The whole content of the actual site is also generated, in case there's some emergency and the wiki isn't available.
The site is almost complete, the only thing lacking is the accordion effect on the sidebar's sections - it is completely missing. Would anyone mind taking a look at what's happening in there and why the accordions don't get animated (git checkout jbake-haddock + change site.host property at src/main/jbake/jbake.properties + mvn jbake:inline + http://localhost:8080)? I've used the haddock.js file generated by the main build but, as it is compressed, I'm clueless on what's going on :-? The rest of the fx seem to be ok, i.e., the header (dis)appears, the search dialog is there, etc. thanks in advance, jp