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

tison 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 2dfa5901299 Update client libraries matrix
2dfa5901299 is described below

commit 2dfa590129941bad7ba9696200c861146556827d
Author: tison <[email protected]>
AuthorDate: Sun Jan 1 18:23:12 2023 +0800

    Update client libraries matrix
    
    Signed-off-by: tison <[email protected]>
---
 docs/client-libraries.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/client-libraries.md b/docs/client-libraries.md
index 0ff975bf5e6..4cb8b16b1a9 100644
--- a/docs/client-libraries.md
+++ b/docs/client-libraries.md
@@ -6,21 +6,21 @@ sidebar_label: "Overview"
 
 Pulsar supports the following language-specific client libraries:
 
-| Language  | Documentation                                                    
                 | Release note                                                 
                     | Code repo                                                
             |
-|-----------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------|
-| Java      | [User doc](client-libraries-java.md)   <br/> [API 
doc](/api/client/)              | [Bundled](/release-notes/)                    
                                    | 
[Bundled](https://github.com/apache/pulsar/tree/master/pulsar-client) |
-| C++       | [User doc](client-libraries-cpp.md)    <br/> [API 
doc](pathname:///api/cpp/3.0.0) | [Bundled](/release-notes/)                    
                                    | 
[Standalone](https://github.com/apache/pulsar-client-cpp)             |
-| Python    | [User doc](client-libraries-python.md) <br/> [API 
doc](@pulsar:apidoc:python@)    | [Bundled](/release-notes/)                    
                                    | 
[Standalone](https://github.com/apache/pulsar-client-python)          |
-| Go client | [User doc](client-libraries-go.md)                               
                 | 
[Standalone](https://github.com/apache/pulsar-client-go/releases)               
  | [Standalone](https://github.com/apache/pulsar-client-go)              |
-| Node.js   | [User doc](client-libraries-node.md)                             
                 | 
[Standalone](https://github.com/apache/pulsar-client-node/releases)             
  | [Standalone](https://github.com/apache/pulsar-client-node)            |
-| C#        | [User doc](client-libraries-dotnet.md)                           
                 | 
[Standalone](https://github.com/apache/pulsar-dotpulsar/blob/master/CHANGELOG.md)
 | [Standalone](https://github.com/apache/pulsar-dotpulsar)              |
+| Language  | Documentation                                                    
                    | Release note                                          | 
Code repo                                                             |
+|-----------|--------------------------------------------------------------------------------------|-------------------------------------------------------|-----------------------------------------------------------------------|
+| Java      | [User doc](client-libraries-java.md)   <br/> [API 
doc](/api/client/)                 | 
[Standalone](pathname:///release-notes/client-java)   | 
[Bundled](https://github.com/apache/pulsar/tree/master/pulsar-client) |
+| C++       | [User doc](client-libraries-cpp.md)    <br/> [API 
doc](pathname:///api/cpp/3.1.x)    | 
[Standalone](pathname:///release-notes/client-cpp)    | 
[Standalone](https://github.com/apache/pulsar-client-cpp)             |
+| Python    | [User doc](client-libraries-python.md) <br/> [API 
doc](pathname:///api/python/3.0.x) | 
[Standalone](pathname:///release-notes/client-python) | 
[Standalone](https://github.com/apache/pulsar-client-python)          |
+| Go client | [User doc](client-libraries-go.md)                               
                    | [Standalone](pathname:///release-notes/client-go)     | 
[Standalone](https://github.com/apache/pulsar-client-go)              |
+| Node.js   | [User doc](client-libraries-node.md)                             
                    | [Standalone](pathname:///release-notes/client-node)   | 
[Standalone](https://github.com/apache/pulsar-client-node)            |
+| C#        | [User doc](client-libraries-dotnet.md)                           
                    | [Standalone](pathname:///release-notes/client-cs)     | 
[Standalone](https://github.com/apache/pulsar-dotpulsar)              |
 
 Pulsar supports the following language-agnostic client libraries:
 
-| Interface | Documentation                             | Release note         
      | Code repo                                                               
 |
-|-----------|-------------------------------------------|----------------------------|--------------------------------------------------------------------------|
-| REST      | [User doc](client-libraries-rest.md)      | 
[Bundled](/release-notes/) | 
[Bundled](https://github.com/apache/pulsar/tree/master/pulsar-broker)    |
-| WebSocket | [User doc](client-libraries-websocket.md) | 
[Bundled](/release-notes/) | 
[Bundled](https://github.com/apache/pulsar/tree/master/pulsar-websocket) |
+| Interface | Documentation                             | Release note         
                             | Code repo                                        
                        |
+|-----------|-------------------------------------------|---------------------------------------------------|--------------------------------------------------------------------------|
+| REST      | [User doc](client-libraries-rest.md)      | 
[Bundled](pathname:///release-notes/)             | 
[Bundled](https://github.com/apache/pulsar/tree/master/pulsar-broker)    |
+| WebSocket | [User doc](client-libraries-websocket.md) | 
[Standalone](pathname:///release-notes/client-ws) | 
[Bundled](https://github.com/apache/pulsar/tree/master/pulsar-websocket) |
 
 ## Feature matrix
 

Reply via email to