You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/12/02 09:29:52 UTC

[pulsar] branch branch-2.7 updated: [docs] Update Websocket content (#8762) (#8777)

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

penghui pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new edace66  [docs] Update Websocket content (#8762) (#8777)
edace66 is described below

commit edace664ccf677d7ef849c2780b6fd99b6b28285
Author: lipenghui <pe...@apache.org>
AuthorDate: Wed Dec 2 17:25:05 2020 +0800

    [docs] Update Websocket content (#8762) (#8777)
    
    * update
    
    * Update site2/docs/client-libraries-websocket.md
    
    Co-authored-by: HuanliMeng <48...@users.noreply.github.com>
    
    Co-authored-by: HuanliMeng <48...@users.noreply.github.com>
    (cherry picked from commit 456f265a4c291b36c02a831e8d939cf5e58be880)
    
    Co-authored-by: Jennifer Huang <47...@users.noreply.github.com>
---
 site2/docs/client-libraries-websocket.md | 6 +++---
 site2/docs/getting-started-clients.md    | 2 +-
 site2/website/sidebars.json              | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/site2/docs/client-libraries-websocket.md b/site2/docs/client-libraries-websocket.md
index 7ada71b..fd3d9c8 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 d1c218f..add817b 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 e273d7c..0a446da 100644
--- a/site2/website/sidebars.json
+++ b/site2/website/sidebars.json
@@ -101,6 +101,7 @@
       "performance-pulsar-perf"
     ],
     "Client libraries": [
+      "client-libraries",
       "client-libraries-java",
       "client-libraries-go",
       "client-libraries-python",