Owen-CH-Leung commented on PR #13909: URL: https://github.com/apache/kafka/pull/13909#issuecomment-1637114315
> Sorry for late reply. > > > Could you explain how I should change the way we generate docs so as to fix this ticket ? > > I am not really sure TBH; would need to play around with the code myself. IIRC, the html is generated inside `ConfigDef.java` -- maybe we can add an optional parameter that allows to pass in something custom instead of using the default value. Am I right that the `ConfigDeg.java` is under `clients/src/main/java/org/apache/kafka/common/config/` ? https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/config/ConfigDef.java#L1578 In this file, I saw there're a few `toHtml` methods, which I think is the method that transform all those configs into a nicely-formatted html page ? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org