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

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f979f6fee7e chore: remove lts tag from docs version dropdown (#1831)
f979f6fee7e is described below

commit f979f6fee7ee5bd88cbea5267a6f1b1d4ae0b3e8
Author: Zeping Bai <[email protected]>
AuthorDate: Wed Nov 13 17:51:31 2024 +0800

    chore: remove lts tag from docs version dropdown (#1831)
---
 config/apisix-versions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/apisix-versions.js b/config/apisix-versions.js
index 0b5e2cf048b..0e259e94ef2 100644
--- a/config/apisix-versions.js
+++ b/config/apisix-versions.js
@@ -8,7 +8,7 @@ const versions = ['2.13', '2.14', '2.15', '3.0', '3.1', '3.2', 
'3.3', '3.4', '3.
 /**
  * @type {Array<string>} LTS version list
  */
-const LTSVersions = ['3.2'];
+const LTSVersions = [];
 
 /**
  * @type {{[origin: string]: string}} version display name mapping to origin 
name

Reply via email to