Ask HN: Best tool to create a user guide for an open source project?

4 points by da39a3ee ↗ HN
My README.md has got too large. I think I need to create a user guide / manual. What tool should I use? The project is hosted on github.

5 comments

[ 2.7 ms ] story [ 25.2 ms ] thread
Read a little about Sphinx the other day. Might be an option.
You can make a docs folder with more markdown, you can relative link them on GitHub.

I use Hugo for https://cuetorials.com and my other sites. Generally would recommend markdown to html setup.

Could you share the repository link? You may receive useful feedback from people looking at it.