This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 758a872a71 feat: update README.md - add preview cmd docs
758a872a71 is described below

commit 758a872a711543bc18529a917e879bab2418dd4d
Author: Li Li <[email protected]>
AuthorDate: Thu Apr 7 09:25:47 2022 +0800

    feat: update README.md - add preview cmd docs
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/website-next/README.md | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/site2/website-next/README.md b/site2/website-next/README.md
index 231a499c0d..a9b747fd3b 100644
--- a/site2/website-next/README.md
+++ b/site2/website-next/README.md
@@ -2,32 +2,20 @@
 
 This website is built using [Docusaurus 2](https://docusaurus.io/), a modern 
static website generator.
 
-## Installation
+## Installation Dependencies
 
 ```console
 yarn install
 ```
 
-## Local Development
+## Local Debug
 
 ```console
 yarn start
 ```
 
-This command starts a local development server and opens up a browser window. 
Most changes are reflected live without having to restart the server.
+## Local Preview
 
-## Build
-
-```console
-yarn build
-```
-
-This command generates static content into the `build` directory and can be 
served using any static contents hosting service.
-
-## Deployment
-
-```console
-GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
 ```
-
-If you are using GitHub pages for hosting, this command is a convenient way to 
build the website and push to the `gh-pages` branch.
+./preview.sh 2.9.1 2.9.0 #or more versions, just split by space
+```
\ No newline at end of file

Reply via email to