有没有一个 grails 插件可以创建在线文档指南?
我正在开发一个 grails 应用程序,想知道是否有任何 grails 插件可用于创建 HTML 和 PDF 版本的在线手册,例如:
如果没有可用的工具,您能给我提供有关工具的建议吗可以用来实现这一点。
该文档供公众使用。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Grails 文档本身以及一些 Grails 插件使用 GDoc 创建 html 和 pdf 格式的文档。有什么值得一看的吗?
使用此基础设施的新 Groovy 文档正在进行中,请参阅 https://github.com/pledbrook/groovy -guide,你可以看看那里的 build.gradle 来开始。
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.