I am developing a grails app and was wondering if there is any grails plugin available to create online manuals in both HTML and PDF version, something like:
If there is not one available, can you please advise me on the tools that can be used to accomplish this.
The documentation is to be used by general public.
The Grails documentation itself, and some Grails plugins uses GDoc for creating documentation in both html and pdf. Something worth taking a look at?
There is work in progress for new Groovy documentation using this infrastructure, see https://github.com/pledbrook/groovy-guide, you might take a look at build.gradle there to get started.