Currently our tools API docs are mixed with our regular API docs. ``` .findAll { !it.path.contains(":spring-boot-tools:") || it.path.contains(":spring-boot-tools:spring-boot-buildpack-platform") || it.path.contains(":spring-boot-tools:spring-boot-loader-tools") } ``` It might be better to have a `/tools/api/java` path rather than mixing with `/api/java`.