This is an automated email from the ASF dual-hosted git repository.
baoyuan 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 e50184b6c0c fix: added proper redirection to ingress-controller docs
(#1976)
e50184b6c0c is described below
commit e50184b6c0c2ef48e8cf0d2b788f3c334362ae68
Author: Ayush Kumar <[email protected]>
AuthorDate: Fri Dec 19 08:28:26 2025 +0530
fix: added proper redirection to ingress-controller docs (#1976)
---
config/docs.js | 6 +++---
config/downloads.js | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config/docs.js b/config/docs.js
index 78e8575df35..5af9a3daa8d 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -17,9 +17,9 @@ module.exports = [
shape: 'hexagon',
color: '#2563EB',
githubRepo: 'apache/apisix-ingress-controller',
- version: '1.6.0',
- releaseDate: '2022-12-30',
- firstDocPath: '/getting-started',
+ version: '2.0.0',
+ releaseDate: '2025-12-17',
+ firstDocPath: '/overview',
},
{
name: 'APISIX® Helm Charts',
diff --git a/config/downloads.js b/config/downloads.js
index a353400b7b8..5203f2fc984 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -25,9 +25,9 @@ module.exports = [
githubBranch: 'master',
downloadPath:
'apisix/ingress-controller/1.6.0/apache-apisix-ingress-controller-1.6.0-src',
dockerhubPath: 'apisix-ingress-controller',
- version: '1.6.0',
- releaseDate: '2022-12-30',
- firstDocPath: '/getting-started',
+ version: '2.0.0',
+ releaseDate: '2025-12-17',
+ firstDocPath: '/overview',
},
{
name: 'APISIX® Java Plugin Runner',