Hello,
I’m trying to improve the documentation of our current product and we are moving away from confluence to git and markdown solution for our developers.<p>What tools should i use and initially i was planning to use MDbook
I find that Docusaurus docs usually are the easiest to follow when consuming them but I have no experience with creating them: <a href="https://docusaurus.io/" rel="nofollow">https://docusaurus.io/</a>
When I need inspiration I always look at Kagi's documentation... <a href="https://help.kagi.com/kagi/welcome.html" rel="nofollow">https://help.kagi.com/kagi/welcome.html</a>
I love Markdown but it's probably not enough for this.<p>It's hard to give specifics without more info, but you want every API reference to link back to its definition.<p>Say a function is called like `function(arg1, arg2)` then I should be able to click on the arguments to go to their definitions.<p>You probably want to use Sphinx or Doxygen or something else which can programmatically produce doc from the source code.