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

guoqi 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 204fcc55a65 fix: update the docs siderbar version for APISIX (#1645)
204fcc55a65 is described below

commit 204fcc55a65a01f3dc9ab89a56d52e664c22d016
Author: Qi Guo <[email protected]>
AuthorDate: Tue Jul 18 16:55:12 2023 +0800

    fix: update the docs siderbar version for APISIX (#1645)
---
 config/apisix-versions.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config/apisix-versions.js b/config/apisix-versions.js
index 09d80fd2d83..1083b470f8f 100644
--- a/config/apisix-versions.js
+++ b/config/apisix-versions.js
@@ -3,7 +3,7 @@
 /**
  * @type {Array<string>} version list
  */
-const versions = ['2.12', '2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3'];
+const versions = ['2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3', '3.4'];
 
 /**
  * @type {Array<string>} LTS version list
@@ -21,6 +21,10 @@ const versionMap = {
  * @type {Array<{label: string, href: string}>}
  */
 const archivedVersions = [
+  {
+    label: '2.12',
+    href: 
'https://apache-apisix.netlify.app/docs/apisix/2.12/getting-started/',
+  },
   {
     label: '2.11',
     href: 
'https://625a9090d04b9a6953165811--2-11-old-docs-apache-apisix.netlify.app/docs/apisix/getting-started/',

Reply via email to