Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tools javadoc to a different module #40068

Open
philwebb opened this issue Mar 22, 2024 · 2 comments
Open

Move tools javadoc to a different module #40068

philwebb opened this issue Mar 22, 2024 · 2 comments
Labels
type: documentation A documentation update
Milestone

Comments

@philwebb
Copy link
Member

philwebb commented Mar 22, 2024

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.

@philwebb philwebb added the type: documentation A documentation update label Mar 22, 2024
@philwebb philwebb added this to the 3.x milestone Mar 22, 2024
@AndreynRosa
Copy link

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
Copy link
Member Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

2 participants