spring-projects / spring-boot

Spring Boot
https://spring.io/projects/spring-boot
Apache License 2.0
74.48k stars 40.53k forks source link

Move tools javadoc to a different module #40068

Open philwebb opened 5 months ago

philwebb commented 5 months ago

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.

AndreynRosa commented 5 months ago

Hi @philwebb , I'm not sure if the comment section of the activity is the best place, but I'd like to try to solve this task. Since it's related to documentation, I think it might be easier to start here. My question is if there's any other channel where I can ask questions about how to proceed with it.

philwebb commented 5 months ago

@AndreynRosa Thanks for the offer of help. We occasionally hang out on gitter.im, but I'm more likely to see things in GitHub.

Although this one is documentation, it's a little more involved than most issue because we need to make changes to our build file and Antora layout. It might be easier to keep an eye open for issues labeled with ideal-for-contribution if you're looking to get started contributed.