On 09/12/2018 12:22 PM, Robert Munteanu wrote:
If you look at the sling-site repository at [1] we have the actual documentation under src/main/jbake, with - content being markdown files - templates being ... well ... templates - and assets being static files Some of those static files are generated (javadoc, Maven plugin sites) and should not be recorded by Kiddle. Those are the ones that are problematic, especially since we have a large number of javadocs committed. $ find src/main/jbake/assets/apidocs -type f | wc -l 7127 Those are the ones we'd like excluded, if at all possible. Thanks, Robert [1]: https://github.com/apache/sling-site/tree/master/src/main/jbake
I've added a change to the scanners, so they will put a list of files changes into each commit object we record. This is likely going to require a complete re-scan of all things sling...which in theory is fine, as I _was_ planning on moving the demo server to a new box anyway. I'll let y'all know more when I have that worked out in my mind :)
After the move and re-scan, it should be possible to exclude by file paths.