Thanks for the feedback!
> For example on page ~1630 the link to the ANTLR core plugin (
https://docs.gradle.org/8.5/userguide/antlr_plugin.pdf#antlr_plugin) results to a 404, actually same for most of them except the java library/platform, groovy and scala plugins.
> On page 346 the "Applying plugins using the buildscript{} block" is only present in groovy. Same with 348.
> There are little errors like there sort of sprinkled all over, but the frequency decreased with respect to previous versions
Could you maybe open an issue to the
issue tracker?
> What I mostly meant was that I heard release 9.0 will be accompanied by a major API cleanup (is this true?), as such it would be a good opportunity to fix anything missing.
You are probably thinking about Provider API migration that is planned for Gradle 9. This technically won't be a cleanup, but a change of the API. But yeah it's definitely an opportunity to fix some things.
And if you feel there is anything missing in the docs, please open an issue to the issue tracker.