grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

Simplify grails-doc-core tests

Open jdaugherty opened this issue 8 months ago • 1 comments

Issue description

The the grails-doc-core project has an entire copy of the generated documentation. I can't see a reason this is needed, we only need to test a subset of the html. Alternatively, we could add tests to the grails-doc project and test the tasks under that one on the real, generated documentation.

Because grails-gradle/docs-core/src/test/resources has so many html files, it's causing 66% of our project to look like it's html. We need to remove this directory / come up with a simpler test solution.

jdaugherty avatar Apr 22 '25 14:04 jdaugherty

I've removed some of these files, but the single.html needs reduced to some basic examples.

jdaugherty avatar Apr 22 '25 15:04 jdaugherty

It has been decided we'll remove PDF publishing support from our HTML doc generation. This will also fix the licensing issues that were found.

jdaugherty avatar Jul 30 '25 15:07 jdaugherty