This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 9da59809828 [fix][doc] Workaround Docusaurus links issue (#18485)
9da59809828 is described below
commit 9da59809828698592e8ba4c9c46a31cbe7ed4500
Author: tison <[email protected]>
AuthorDate: Wed Nov 16 11:38:35 2022 +0800
[fix][doc] Workaround Docusaurus links issue (#18485)
Signed-off-by: tison <[email protected]>
---
site2/docs/client-libraries.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/site2/docs/client-libraries.md b/site2/docs/client-libraries.md
index 0a31b9d1ee5..a6927253c86 100644
--- a/site2/docs/client-libraries.md
+++ b/site2/docs/client-libraries.md
@@ -6,14 +6,14 @@ 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](/api/cpp/3.0.0) | [Bundled](/release-notes/)
|
[Standalone](https://github.com/apache/pulsar/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/) | [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/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) |
Pulsar supports the following language-agnostic client libraries: