Hacker News new | ask | show | jobs
Mdoc – markdown code documentation system (chutsu.github.io)
2 points by chutsu 4442 days ago
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? :)
1 comments

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.