jamesfredley commented on code in PR #15477:
URL: https://github.com/apache/grails-core/pull/15477#discussion_r2875172488
##########
grails-doc/build.gradle:
##########
@@ -294,7 +294,11 @@ docsTask.configure { Sync it ->
it.outputs.dir mergedDocsDir
- it.from manualDocsDir, apiDocsDir, dataDocsDir
+ it.from(manualDocsDir) {
+ exclude "guide/pages/**"
Review Comment:
@mika-collins Let's add a comment here, something like the following
```
// Exclude page fragments - they have broken links/CSS/JS and are already
// included in the assembled guide pages (see #14986)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]