diff --git a/site2/docs/client-libraries-websocket.md b/site2/docs/client-libraries-websocket.md index 7ada71b4be602..fd3d9c8a28d22 100644 --- a/site2/docs/client-libraries-websocket.md +++ b/site2/docs/client-libraries-websocket.md @@ -1,13 +1,13 @@ --- id: client-libraries-websocket -title: Pulsar's WebSocket API +title: Pulsar WebSocket API sidebar_label: WebSocket --- -Pulsar's [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) API is meant to provide a simple way to interact with Pulsar using languages that do not have an official [client library](getting-started-clients.md). Through WebSockets you can publish and consume messages and use all the features available in the [Java](client-libraries-java.md), [Go](client-libraries-go.md), [Python](client-libraries-python.md) and [C++](client-libraries-cpp.md) client libraries. +Pulsar [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) API provides a simple way to interact with Pulsar using languages that do not have an official [client library](getting-started-clients.md). Through WebSocket, you can publish and consume messages and use features available on the [Client Features Matrix](https://github.com/apache/pulsar/wiki/Client-Features-Matrix) page. -> You can use Pulsar's WebSocket API with any WebSocket client library. See examples for Python and Node.js [below](#client-examples). +> You can use Pulsar WebSocket API with any WebSocket client library. See examples for Python and Node.js [below](#client-examples). ## Running the WebSocket service diff --git a/site2/docs/getting-started-clients.md b/site2/docs/getting-started-clients.md index d1c218f28df2f..add817b890452 100644 --- a/site2/docs/getting-started-clients.md +++ b/site2/docs/getting-started-clients.md @@ -1,7 +1,7 @@ --- id: client-libraries title: Pulsar client libraries -sidebar_label: Use Pulsar with client libraries +sidebar_label: Overview --- Pulsar supports the following client libraries: diff --git a/site2/website/sidebars.json b/site2/website/sidebars.json index d0968018dde8a..31bf9f26487c0 100644 --- a/site2/website/sidebars.json +++ b/site2/website/sidebars.json @@ -104,6 +104,7 @@ "performance-pulsar-perf" ], "Client libraries": [ + "client-libraries", "client-libraries-java", "client-libraries-go", "client-libraries-python",