On Sun, Mar 13, 2016 at 7:53 PM, Christopher Orr <
ch...@orr.me.uk> wrote:
> I’m trying to work on some of the core documentation, and a lot of it seems to be kept away from the core source — in `war/src/main/webapp/help`, where all of the files are HTML-only.
Generally I would consider this a deprecated location; help files
should be moved to their conventional locations:
· `core/src/main/resources/pkg/SomeDescribable/help.html`, for the
object as a whole
· `core/src/main/resources/pkg/SomeDescribable/help-someField.html`,
for a particular property
There are exceptions: help that is not (and cannot easily be)
associated with conventional form binding; or cases where the same
content must be shared between multiple forms.
At any rate, for files in the recommended locations, it is possible to
replace `.html` with `.jelly` and use dynamic content.