tuteng commented on issue #6114: [Doc 2.5.0] Wrong link address in doc
URL: https://github.com/apache/pulsar/issues/6114#issuecomment-576696130
 
 
   The reason for this problem is that the swagger file for 2.5.0 
https://github.com/apache/pulsar/tree/master/site2/website/static/swagger was 
not generated correctly. Are you interested in fixing this problem, please 
refer to the following steps:
   
   ```
   git clone https://github.com/apache/pulsar
   mvn clean install -DskipTests
   git checkout branch-2.5
   mvn -am -pl pulsar-broker install -DskipTests -Pswagger
   git checkout master
   git checkout -b fix/swagger-file-not-generate-for-version-2.5.0
   mkdir -p site2/website/static/swagger/2.5.0
   cp pulsar-broker/target/docs/*.json site2/website/static/swagger/2.5.0
   ```
   
   And then, you can try new a pull request. @archfish 

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

Reply via email to