tisonkun commented on code in PR #17580:
URL: https://github.com/apache/pulsar/pull/17580#discussion_r971522634


##########
site2/docs/client-libraries-cpp.md:
##########
@@ -4,298 +4,103 @@ title: Pulsar C++ client
 sidebar_label: "C++"
 ---
 
-You can use Pulsar C++ client to create Pulsar producers and consumers in C++.
+````mdx-code-block
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+````
 
-All the methods in producer, consumer, and reader of a C++ client are 
thread-safe.
+You can use a Pulsar C++ client to create producers, consumers, and readers.
 
-## Supported platforms
+All the methods in producer, consumer, and reader of a C++ client are 
thread-safe. You can read the Doxygen-generated [API docs](/api/cpp) for the 
C++ client
 
-Pulsar C++ client is supported on **Linux**, **macOS** and **Windows** 
platforms.
+## Installation
 
-Doxygen-generated API docs for the C++ client are available [here](/api/cpp).
+Use one of the following methods to install a Pulsar C++ client.
 
-## Linux
+### Brew

Review Comment:
   Thanks for pointing this out. I have an idea to add the link where keep the 
wording smooth, will update later.



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