This is an automated email from the ASF dual-hosted git repository.
lhotari 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 77bf0a4249c0 Add 3.2.x to reference index (#787)
77bf0a4249c0 is described below
commit 77bf0a4249c01d4f68c3dad3340b057530b47d00
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Feb 12 09:05:10 2024 +0200
Add 3.2.x to reference index (#787)
---
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 07a76a99bd0e..257af0fe1387 100644
--- a/static/reference/index.html
+++ b/static/reference/index.html
@@ -203,6 +203,7 @@
'<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="3.2.x">3.2.x</value>' +
'<option value="next">next</value>' +
"</select>",
repo: "apache/pulsar",
@@ -215,7 +216,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", "3.1.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", "3.2.x", "next"],
optional: true,
selector: "#ver-selector",
default: "next",