davsclaus opened a new pull request, #1821:
URL: https://github.com/apache/camel-spring-boot/pull/1821

   ## Summary
   
   - Add new Maven Mojo `UpdateStarterDocPageMojo` that generates per-starter 
documentation pages (similar to how Camel Extensions for Quarkus has 
per-extension pages)
   - Each starter gets a short `.adoc` page under 
`docs/spring-boot/modules/ROOT/pages/starters/` with:
     - Title and description
     - "What's inside" section with xref links to Camel component docs
     - Maven coordinates
     - Spring Boot Auto-Configuration properties table (from existing JSON 
metadata)
   - Wire the mojo into the build via `components-starter/pom.xml`
   - Add "Starters" section with auto-generation markers to `nav.adoc`
   - 401 starter pages generated
   
   This is the companion to https://github.com/apache/camel/pull/24132 which 
removes the Spring Boot auto-configuration section from individual Camel 
component docs.
   
   ## Test plan
   
   - [x] Full build passes (`mvn clean install -DskipTests`)
   - [x] Verified generated pages for kafka (single component), flatpack 
(component + dataformat), core (meta-module)
   - [ ] CI build
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code) on behalf of 
Claus Ibsen


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to