From 4fc19f618fbdd41ff379c06031a95efdf1035568 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 16 Nov 2022 03:17:22 +0800 Subject: [PATCH 1/3] Workaround Docusaurus links issue Signed-off-by: tison --- site2/docs/client-libraries.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/site2/docs/client-libraries.md b/site2/docs/client-libraries.md index 0a31b9d1ee578..f391b3d3bdf14 100644 --- a/site2/docs/client-libraries.md +++ b/site2/docs/client-libraries.md @@ -4,16 +4,20 @@ title: Pulsar client libraries sidebar_label: "Overview" --- +````mdx-code-block +import useBaseUrl from '@docusaurus/useBaseUrl'; +```` + Pulsar supports the following language-specific client libraries: -| Language | Documentation | Release note | Code repo | -| --------- |------------------------------------------------------------------------| --------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -| Java | [User doc](client-libraries-java.md)
[API doc](/api/client/) | [Bundled](/release-notes/) | [Bundled](https://github.com/apache/pulsar/tree/master/pulsar-client) | -| C++ | [User doc](client-libraries-cpp.md)
[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)
[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)
[API doc](/api/client/) | [Bundled](/release-notes/) | [Bundled](https://github.com/apache/pulsar/tree/master/pulsar-client) | +| C++ | [User doc](client-libraries-cpp.md)
API doc | [Bundled](/release-notes/) | [Standalone](https://github.com/apache/pulsar/pulsar-client-cpp) | +| Python | [User doc](client-libraries-python.md)
[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: From 10dc95a4b779d60448601a392a6ba55fea52ef56 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 16 Nov 2022 09:54:22 +0800 Subject: [PATCH 2/3] Use pathname scheme Signed-off-by: tison --- 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 f391b3d3bdf14..e62ab10816131 100644 --- a/site2/docs/client-libraries.md +++ b/site2/docs/client-libraries.md @@ -10,14 +10,14 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; Pulsar supports the following language-specific client libraries: -| Language | Documentation | Release note | Code repo | -| --------- |--------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -| Java | [User doc](client-libraries-java.md)
[API doc](/api/client/) | [Bundled](/release-notes/) | [Bundled](https://github.com/apache/pulsar/tree/master/pulsar-client) | -| C++ | [User doc](client-libraries-cpp.md)
API doc | [Bundled](/release-notes/) | [Standalone](https://github.com/apache/pulsar/pulsar-client-cpp) | -| Python | [User doc](client-libraries-python.md)
[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)
[API doc](/api/client/) | [Bundled](/release-notes/) | [Bundled](https://github.com/apache/pulsar/tree/master/pulsar-client) | +| C++ | [User doc](client-libraries-cpp.md)
[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)
[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: From 7d8966f89d64735241fbaeea71ebb44d8ec56472 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 16 Nov 2022 10:01:00 +0800 Subject: [PATCH 3/3] Remove unused imports Signed-off-by: tison --- site2/docs/client-libraries.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site2/docs/client-libraries.md b/site2/docs/client-libraries.md index e62ab10816131..a6927253c86da 100644 --- a/site2/docs/client-libraries.md +++ b/site2/docs/client-libraries.md @@ -4,10 +4,6 @@ title: Pulsar client libraries sidebar_label: "Overview" --- -````mdx-code-block -import useBaseUrl from '@docusaurus/useBaseUrl'; -```` - Pulsar supports the following language-specific client libraries: | Language | Documentation | Release note | Code repo |