tuteng commented on issue #6342: Korean documentation is not built to the website URL: https://github.com/apache/pulsar/issues/6342#issuecomment-606641493 I think it is related to the configuration of this file. https://github.com/apache/pulsar/blob/master/site2/website/languages.js There are two similar configurations in this file, one is true and the other is false. ``` { enabled: false, name: '한국어', tag: 'ko', }, { enabled: true, name: '한국어', tag: 'ko-KR'}, ``` but their tag is different. @oeegee
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
