Ask HN: What do you all use for your documentation / help / community software?
I'm currently looking to write some help docs and documentation. I'm considering a standard wiki but wondered if anyone has any better experiences.
Edit: I've got a web app and I'd like to provide help in the form of a set of web pages. I need something simple and wondered what you all used.
2 comments
[ 5.0 ms ] story [ 12.9 ms ] threadDepending on the answer to these questions, the answer to your question could vary from "make a video tutorial" to "write some man pages and a good README file" (with "FAQ page", "wiki", "html and/or pdf complete reference" in between).
If your question is more about the "how" than the "what" then I suggest using a format which you can compile to different othe format such as HTML, PDF and man page (I already worked with DocBook but I didn't like it very much, maybe reStructuredText is a good candidate I'll have to try some day).