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

technoboy pushed a commit to branch doc_release_3.1.0
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/doc_release_3.1.0 by this push:
     new cb8af7d4866 fix
cb8af7d4866 is described below

commit cb8af7d4866734764fcc3bd2b4a5e750f6ce0f5b
Author: Jiwe Guo <[email protected]>
AuthorDate: Mon Aug 14 16:07:29 2023 +0800

    fix
---
 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 fc26b119b6f..07a76a99bd0 100644
--- a/static/reference/index.html
+++ b/static/reference/index.html
@@ -202,6 +202,7 @@
           '<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="3.1.x">3.1.x</value>' +
           '<option value="next">next</value>' +
           "</select>",
         repo: "apache/pulsar",
@@ -214,7 +215,7 @@
         namespaces: [
           {
             id: "version",
-            values: ["2.6.x", "2.7.x", "2.8.x", "2.9.x", "2.10.x", "2.11.x", 
"3.0.x", "next"],
+            values: ["2.6.x", "2.7.x", "2.8.x", "2.9.x", "2.10.x", "2.11.x", 
"3.0.x", "3.1.x", "next"],
             optional: true,
             selector: "#ver-selector",
             default: "next",

Reply via email to