3
3
/**
4
4
* @type {Array<string> } version list
5
5
*/
6
- const versions = [ '3.9' , '3. 10', '3.11' , '3.12' ] ;
6
+ const versions = [ '3.10' , '3.11' , '3.12' ] ;
7
7
8
8
/**
9
9
* @type {Array<string> } LTS version list
@@ -21,6 +21,10 @@ const versionMap = {
21
21
* @type {Array<{label: string, href: string}> }
22
22
*/
23
23
const archivedVersions = [
24
+ {
25
+ label : '3.9' ,
26
+ href : 'https://apache-apisix.netlify.app/docs/apisix/3.9/getting-started/readme/' ,
27
+ } ,
24
28
{
25
29
label : '3.8' ,
26
30
href : 'https://apache-apisix.netlify.app/docs/apisix/3.8/getting-started/readme/' ,
@@ -75,35 +79,35 @@ const archivedVersions = [
75
79
} ,
76
80
{
77
81
label : '2.11' ,
78
- href : 'https://625a9090d04b9a6953165811--2-11-old-docs- apache-apisix.netlify.app/docs/apisix/getting-started/' ,
82
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.11 /getting-started/' ,
79
83
} ,
80
84
{
81
85
label : '2.10' ,
82
- href : 'https://625a9090d04b9a6953165811--2-11-old-docs- apache-apisix.netlify.app/docs/apisix/2.10/getting-started/' ,
86
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.10/getting-started/' ,
83
87
} ,
84
88
{
85
89
label : '2.9' ,
86
- href : 'https://625a57e513f19e48ae3a4468--old-docs- apache-apisix.netlify.app/docs/apisix/getting-started/' ,
90
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.9 /getting-started/' ,
87
91
} ,
88
92
{
89
93
label : '2.8' ,
90
- href : 'https://625a57e513f19e48ae3a4468--old-docs- apache-apisix.netlify.app/docs/apisix/2.8/getting-started/' ,
94
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.8/getting-started/' ,
91
95
} ,
92
96
{
93
97
label : '2.7' ,
94
- href : 'https://625a57e513f19e48ae3a4468--old-docs- apache-apisix.netlify.app/docs/apisix/2.7/getting-started/' ,
98
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.7/getting-started/' ,
95
99
} ,
96
100
{
97
101
label : '2.6' ,
98
- href : 'https://625a57e513f19e48ae3a4468--old-docs- apache-apisix.netlify.app/docs/apisix/2.6/getting-started/' ,
102
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.6/getting-started/' ,
99
103
} ,
100
104
{
101
105
label : '2.5' ,
102
- href : 'https://625a57e513f19e48ae3a4468--old-docs- apache-apisix.netlify.app/docs/apisix/2.5/getting-started/' ,
106
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.5/getting-started/' ,
103
107
} ,
104
108
{
105
109
label : '2.4' ,
106
- href : 'https://625a57e513f19e48ae3a4468--old-docs- apache-apisix.netlify.app/docs/apisix/2.4/getting-started/' ,
110
+ href : 'https://apache-apisix.netlify.app/docs/apisix/2.4/getting-started/' ,
107
111
} ,
108
112
] ;
109
113
0 commit comments