You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/01 04:14:22 UTC

[GitHub] [pulsar] urfreespace opened a new pull request, #15872: [feature][website] api generate script

urfreespace opened a new pull request, #15872:
URL: https://github.com/apache/pulsar/pull/15872

   Build the .md files for Pulsar admin CLI documentation. In this example, you only need to run this command because the modified content is part of Pulsar admin CLI documentation.
   ```
   site2/website/api.sh admin
   ```
   Build the .md files for Pulsar client CLI documentation.
   ```
   site2/website/api.sh client
   ```
   Build the .md files for Pulsar perf CLI documentation.
   ```
   site2/website/api.sh perf
   ```
   Build the .md files for Pulsar pulsar CLI documentation.
   ```
   site2/website/api.sh pulsar
   ```
   Build the .md file for all CLI documentation 
   ```
   site2/website/api.sh
   ```
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] urfreespace merged pull request #15872: [feature][website] api generate script

Posted by GitBox <gi...@apache.org>.
urfreespace merged PR #15872:
URL: https://github.com/apache/pulsar/pull/15872


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org