Mdoc – markdown code documentation system (chutsu.github.io)

2 points by chutsu ↗ HN
I created a markdown documentation system similar to Flatdoc, but has a layout similar to Backbone.js and Three.js's API documentation. Just wanted some feedback to see if this is something people would use? :)

3 comments

[ 3.5 ms ] story [ 19.1 ms ] thread
An example of documentation generated from mdoc would be nice.
What you see in that link is* the generated doc. You set links in sidebar.md to docs you want to show, and when you click on it, it GETs the markdown file and renders it in the #content div.

Have a look here for another example of mdoc in action: http://chutsu.github.io/playground/

Seems to be a dead link.