tisonkun commented on code in PR #322:
URL: https://github.com/apache/pulsar-site/pull/322#discussion_r1044280681
##########
site2/website-next/contribute/document-preview.md:
##########
@@ -37,13 +37,21 @@ Follow these steps to preview documentation changes on the
**master** branch.
2. Run the following command to preview changes:
```bash
- # Preview the next version
+ # Preview changes on latest stable version
sh start.sh
- # Preview historical versions
- sh start.sh [<version-number> ...]
+
+ # Preview changes on a specific version version
+ sh start.sh 2.10.x
+
+ # Preview changes on multiple versions
+ sh start.sh 2.10.x 2.9.x ...
```
+
+ By default, a browser window will open at http://localhost:3000 to show the
changes.
-3. By default, a browser window will open at http://localhost:3000 to show the
changes.
+ > **Tip**
+ >
+ > If you want to preview changes on `master`, change the URL to
`http://localhost:3000/docs/next`.
Review Comment:
Emmm...It seems a two-space indent can be rendered properly:
<img width="1728" alt="image"
src="https://user-images.githubusercontent.com/18818196/206676022-e879dc28-509f-473a-8e1b-a28dafd89511.png">
But we may unindent for both this tip and the following screenshot?
--
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]