mingdaoy commented on PR #19065: URL: https://github.com/apache/kafka/pull/19065#issuecomment-2699739227
Thank you @chia7712 for your help! @junrao suggestion is addressed here https://github.com/apache/kafka/pull/19103 Regarding the `here` hyperlink, you need to change the URL segment defined in `"version": "41"` to `dev` for `docs/js/templateData.js`. I learned this trick from @m1a2st ``` var context={ "version": "dev", "dotVersion": "4.1", "fullDotVersion": "4.1.0", "scalaVersion": "2.13" }; ```  -- 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