SignorMercurio commented on PR #249:
URL: https://github.com/apache/pulsar-site/pull/249#issuecomment-1275562317

   @tisonkun I haven't figured out an elegant way to do this, but you may try 
start a local HTTP server like this:
   
   1. Create a temporary directory `website`:
   
   ```shell
   $ mkdir /tmp/website
   ```
   
   2. Copy the `docsify` directory to `website`:
   
   ```shell
   $ cd site2/website-next
   $ cp -r docsify /tmp/website/reference
   ```
   
   3. Start a local HTTP server under `website`:
   
   ```shell
   $ python3 -m http.server
   ```
   
   4. Access http://localhost:8000/reference and you should see the new 
reference page.


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

Reply via email to