What are you guys using for your products' technical documentation? I am looking for a service, or even a GitHub repo which we can host ourselves where our documentation team can put up technical documentation.<p>In addition to product docs, we also want to create a learning center about real-estate (which is the industry we are in)<p>Ideal requirements are
- Ability to write content in markdown
- Display articles by category
- show TOC inside an article
- Follow good SEO practices<p>I have looked at Zendesk, which is expensive. Also looked at Crisp (which is a messenger and but also has Helpdesk). The problem with Crisp is that the articles are kind of locked in their platform.<p>(I am not associated with either of those companies)<p>What do you guys use?
<a href="https://www.gitbook.com/" rel="nofollow">https://www.gitbook.com/</a><p>or <a href="https://docusaurus.io/" rel="nofollow">https://docusaurus.io/</a> by Facebook which gives more control and it seems you use Javascript/React already for your frontend (<a href="https://news.ycombinator.com/item?id=25784642" rel="nofollow">https://news.ycombinator.com/item?id=25784642</a>)<p>Both use markdown.
We sell a hosted one[0] called Miki with all those features.<p><a href="http://miki.mimix.io" rel="nofollow">http://miki.mimix.io</a>
GitHub Wikis are legit and very useful! Not sure if you mean specific function documentation... Check out clojuredocs. I'm not sure what the backend is but the ability to quickly search and see related functions is really nice.
Also to consider<p><a href="https://jamdocs.samuelhorn.com/" rel="nofollow">https://jamdocs.samuelhorn.com/</a><p><a href="https://docsify.js.org/#/" rel="nofollow">https://docsify.js.org/#/</a>
Would Read the Docs suit your needs?<p><a href="https://docs.readthedocs.io/en/stable/" rel="nofollow">https://docs.readthedocs.io/en/stable/</a>