pluginsgrailsmanuals

Is there a grails plugin to create an online documentation guide?


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.


Solution

  • 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.