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 cc349c2a440 [fix][doc] Add 3.0.x reference docs in sidebar (#575)
cc349c2a440 is described below

commit cc349c2a440cd5da3ccbd7ecb771e93f57ec745d
Author: tison <[email protected]>
AuthorDate: Mon May 15 15:53:42 2023 +0800

    [fix][doc] Add 3.0.x reference docs in sidebar (#575)
    
    Signed-off-by: tison <[email protected]>
---
 static/reference/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/reference/index.html b/static/reference/index.html
index 96fee80143d..fc26b119b6f 100644
--- a/static/reference/index.html
+++ b/static/reference/index.html
@@ -201,6 +201,7 @@
           '<option value="2.9.x">2.9.x</value>' +
           '<option value="2.10.x">2.10.x</value>' +
           '<option value="2.11.x">2.11.x</value>' +
+          '<option value="3.0.x">3.0.x</value>' +
           '<option value="next">next</value>' +
           "</select>",
         repo: "apache/pulsar",
@@ -213,7 +214,7 @@
         namespaces: [
           {
             id: "version",
-            values: ["2.6.x", "2.7.x", "2.8.x", "2.9.x", "2.10.x", "2.11.x", 
"next"],
+            values: ["2.6.x", "2.7.x", "2.8.x", "2.9.x", "2.10.x", "2.11.x", 
"3.0.x", "next"],
             optional: true,
             selector: "#ver-selector",
             default: "next",

Reply via email to