You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/06/23 18:01:49 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar(#0d41831)

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

urfree 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 0dfc2e93752 Docs sync done from apache/pulsar(#0d41831)
0dfc2e93752 is described below

commit 0dfc2e9375294dc48c3b5742676f9c8364ba5890
Author: Pulsar Site Updater <de...@pulsar.apache.org>
AuthorDate: Thu Jun 23 18:01:45 2022 +0000

    Docs sync done from apache/pulsar(#0d41831)
---
 site2/website-next/docs/client-libraries-dotnet.md     | 2 +-
 site2/website-next/static/swagger/restApiVersions.json | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/website-next/docs/client-libraries-dotnet.md b/site2/website-next/docs/client-libraries-dotnet.md
index b5d43896b0e..d07ea48d0be 100644
--- a/site2/website-next/docs/client-libraries-dotnet.md
+++ b/site2/website-next/docs/client-libraries-dotnet.md
@@ -88,7 +88,7 @@ This section describes how to create a producer.
   using DotPulsar;
   using DotPulsar.Extensions;
 
-  var producer = client.NewProducer())
+  var producer = client.NewProducer()
                        .Topic("persistent://public/default/mytopic")
                        .Create();
   
diff --git a/site2/website-next/static/swagger/restApiVersions.json b/site2/website-next/static/swagger/restApiVersions.json
index befdd45ab6f..b2c98691e08 100644
--- a/site2/website-next/static/swagger/restApiVersions.json
+++ b/site2/website-next/static/swagger/restApiVersions.json
@@ -1,5 +1,5 @@
 {
-    "2.3.0": [
+    "2.10.0": [
         {
             "version": "v2",
             "fileName": [
@@ -10,12 +10,13 @@
             "version": "v3",
             "fileName": [
                 "swaggerfunctions",
+                "swaggerpackages",
                 "swaggersink",
                 "swaggersource"
             ]
         }
     ],
-    "2.10.0": [
+    "2.3.0": [
         {
             "version": "v2",
             "fileName": [
@@ -26,7 +27,6 @@
             "version": "v3",
             "fileName": [
                 "swaggerfunctions",
-                "swaggerpackages",
                 "swaggersink",
                 "swaggersource"
             ]