3

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:

  • Spring's reference docs which is hosted in both html and pdf versions.
  • Yahoo! PlaceFinder webservice guide

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.

4

1 回答 1

4

Grails 文档本身和一些 Grails 插件使用 GDoc 来创建 html 和 pdf 格式的文档。有什么值得一看的吗?

使用此基础架构的新 Groovy 文档正在进行中,请参阅https://github.com/pledbrook/groovy-guide,您可以查看 build.gradle 以开始使用。

于 2011-07-19T18:18:15.943 回答