I made it in pure html and css, with a little javascript based on jquery.
It has nice dynamic features like
- references-links, this is links that opens in an iframe showing an anchor iframes with a method or property documentation of raphaeljs reference .
- code examples that can be runned online. A dialog with a raphal paper will be open with the example inside. The javascript code is prettyfied very using code-google-pretify
- auto creation of a table of content from h1, h2, h3, etc. HTML elements.
- auto creation of an index of terms, using class="index" in those html elements which contents I want to use as an index term.