Ask HN: What user-facing documentation tools for a startup?
We need to add documentation to our new SaaS app, which is a rails app. What documentation tools have you all used in the past for customer facing documentation? Preferably ones that a non-technical user can use.
9 comments
[ 22.1 ms ] story [ 586 ms ] threadIMO MkDocs Material is very easy to set up and customize. Use Docusaurus if you need a lot of customization. Both of these have built-in search and output static websites.
MkDocs Material is sponsorware, though. If you need the "blog" feature you'll need to cough up $15. Docusaurus is from Meta and is fully free.
https://squidfunk.github.io/mkdocs-material/
https://docusaurus.io/
The structure described there helps people avoid creating docs that mix the different use cases we all have for seeking out documentation.