What are the best practices for generating a documentation (of a tool/service) in Symfony?
To be a little more explicit:
- I want to use Markdown to write a documentation
- I will probably have more files (about 5-10 files) with different topics, located in one folder (or maybe even in subfolders)
- In the documentation files I would like to have reference links to other documents
- I would like to automatically generate a complete documentation from that source. This should contain:
- Table of contents (with links to the headlines of the documentation files)
- Generated HTML-Files with separate links for all source files
I've already searched the web, but only found those libraries that are only partly satisfying my needs:
Anybody has any ideas or already use a bundle?