Dependency configuration chart displays wrongly in Gradle 9.5.0 docs

I can’t find a GitHub repo hosting the Gradle docs for reporting a docs issue, so I just asked here.

Looks like the chart in the dependency configurations section of the Gradle 9.5.0 docs is broken? The view of it is messed up and confusing. However, the chart displays without issues in Gradle 9.4.1 docs.


The dependency configurations in the docs of Gradle 9.5.0:

https://docs.gradle.org/current/userguide/dependency_configurations.html
Image: https://i.imgur.com/l9Wj3eu.png

The dependency configurations in the docs of Gradle 9.4.1:

https://docs.gradle.org/9.4.1/userguide/dependency_configurations.html
Image: https://i.imgur.com/1hHyZhc.png

The docs are part of the normal gradle/gradle repo, just report it there

This commit removed the values, but not the column specification: Minor fixes and adjustments in dependency-management area · gradle/gradle@418c376 · GitHub