Live data from Hacker News

Ask HN: What tools are you using for your site's documentation

news.ycombinator.com

1–5 of 5 posts

Ask HN: What tools are you using for your site's documentation

#1
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?

Re: Ask HN: What tools are you using for your site's documentation

#3
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.

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.