Live data from Hacker News

Ask HN: SaaS companies, what do you use for user documentation?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: SaaS companies, what do you use for user documentation?

#3

Do you mean for help desk articles about the software? If so, we use Intercom's Educate product and love it.

Yup, help desk articles, videos, etc. Anything designed to help users learn and progress through the software and ideally reduce churn.

Re: Ask HN: SaaS companies, what do you use for user documentation?

#5
I usually just create a FAQ page with questions I would likely ask. For most of my projects, I actually have my sister beta test for me. While she knows how to use a computer, she is not very tech-savvy, so if she questions something, I know I have to redesign it to make it easier.

Re: Ask HN: SaaS companies, what do you use for user documentation?

#6
It depends on so many factors, such as the company, open source or not, the scale, the range of products, size of the doc team, whether you want developer/API and user documentation. It also depends how you define user!

You could use something like GitHub markdown/GitHub pages. You could use something like Markdown and a custom script like I do for my website (source code in my GitHub). There are solutions like Sphinx (as used by Python) or Jekyll for building a static docs site. You could also use Hugo static site generator etc. etc. - there are many tools out there. These are simple solutions but it ranges up to heavy weight tools like DITA/DocBook (not that I am recommending those in this case).

Also take a look at readthedocs.org.

If you are documenting a SaaS REST API Swagger has become something of a standard.