Skip to content

Commit e50184b

Browse files
authored
fix: added proper redirection to ingress-controller docs (#1976)
1 parent d7b98ae commit e50184b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/docs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ module.exports = [
1717
shape: 'hexagon',
1818
color: '#2563EB',
1919
githubRepo: 'apache/apisix-ingress-controller',
20-
version: '1.6.0',
21-
releaseDate: '2022-12-30',
22-
firstDocPath: '/getting-started',
20+
version: '2.0.0',
21+
releaseDate: '2025-12-17',
22+
firstDocPath: '/overview',
2323
},
2424
{
2525
name: 'APISIX® Helm Charts',

config/downloads.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ module.exports = [
2525
githubBranch: 'master',
2626
downloadPath: 'apisix/ingress-controller/1.6.0/apache-apisix-ingress-controller-1.6.0-src',
2727
dockerhubPath: 'apisix-ingress-controller',
28-
version: '1.6.0',
29-
releaseDate: '2022-12-30',
30-
firstDocPath: '/getting-started',
28+
version: '2.0.0',
29+
releaseDate: '2025-12-17',
30+
firstDocPath: '/overview',
3131
},
3232
{
3333
name: 'APISIX® Java Plugin Runner',

0 commit comments

Comments
 (0)