michaeljmarshall opened a new issue #14838: URL: https://github.com/apache/pulsar/issues/14838
**Is your enhancement request related to a problem? Please describe.** We currently generate docs for our clients and tools based on master and publish them under the current snapshot version. This process is not ideal, and it is confusing, as the website URLs are https://pulsar.apache.org/tools/pulsar-client/2.9.0-SNAPSHOT/. **Describe the solution you'd like** It'd be better to update the build so that we generate this static content once, based on the correct tag of the project, and then never again. The scripts that would benefit are here: https://github.com/apache/pulsar/tree/master/site2/tools. Anything that outputs directories with SNAPSHOT in the name are part of the problem. **Describe alternatives you've considered** I don't currently see any alternatives. **Additional context** I just completed similar work for the python client. See the following PRs for complete context: https://github.com/apache/pulsar/pull/14788, https://github.com/apache/pulsar/pull/14828, https://github.com/apache/pulsar/pull/14835 -- 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]
