【问题标题】:How can I change the CSS of the files that get generated with 'grails doc' in Grails如何更改在 Grails 中使用“grails doc”生成的文件的 CSS
【发布时间】:2015-12-19 17:52:05
【问题描述】:

当我使用grails doc 时,我在markdown 语言中使用的表格没有填充,我想添加一些以提高可读性。我怎样才能做到这一点?

【问题讨论】:

  • 谢谢 tim_yates。这是一个更简洁的问题。我仍在学习 Stack Exchange 的来龙去脉。

标签: grails documentation textile


【解决方案1】:

您可以通过configuration添加自定义css。

grails.doc.css - 包含自定义 CSS 文件的目录的位置(类型 java.io.File)

例子:

grails.doc.css = new File("src/docs/css")

【讨论】:

    猜你喜欢
    • 2017-08-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多