I'm fascinated by the beautiful documentation from companies like Stripe (https://stripe.com/docs), Parse (https://www.parse.com/docs) and Filepicker (https://developers.filepicker.io/docs/web/). Beautiful in clarity and presentation. What CMS or other tools are you guys using to generate your documentation?
Do we really need a CMS or any other tool for good looking documentation? I don't think so. All that is needed to make good documentation is ability to write good content and present it in a simple manner. Tools doesn't matter.<p>A look at source of filepicker.io documentation is enough to tell that it is using twitter bootstrap for its documentation. They have three static pages powered by twitter bootstrap, one each for web, ios and android documentation.
Stripe's full api docs look like they were generated with something similar to <a href="http://rtomayko.github.com/rocco" rel="nofollow">http://rtomayko.github.com/rocco</a>