gnodet commented on code in PR #25728:
URL: https://github.com/apache/camel/pull/25728#discussion_r3854696152


##########
components/camel-state-store/camel-state-store/src/main/docs/state-store-component.adoc:
##########
@@ -57,7 +57,6 @@ include::partial$component-configure-options.adoc[]
 // component-configure options: END
 
 // component options: START
-include::partial$component-configure-options.adoc[]

Review Comment:
   It's a duplicate include. The same file `component-configure-options.adoc` 
is already included 3 lines above (line 56) inside the `component-configure 
options` section:
   
   ```
   // component-configure options: START
   include::partial$component-configure-options.adoc[]
   // component-configure options: END
   
   // component options: START
   include::partial$component-configure-options.adoc[]    ← duplicate
   include::partial$component-endpoint-options.adoc[]
   include::partial$component-endpoint-headers.adoc[]
   // component options: END
   ```
   
   Having it in both sections causes the configure options table to render 
twice in the generated documentation.
   
   _Claude Code on behalf of gnodet_



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