File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -52,4 +52,5 @@ deploy_doc "4b3ee9c" v3.1.0
52
52
deploy_doc " 3ebb1b3" v3.2.0
53
53
deploy_doc " 0613f05" v3.3.1
54
54
deploy_doc " eb0e0ce" v3.4.0
55
- deploy_doc " 818878d" # v3.5.1 Latest stable release
55
+ deploy_doc " 818878d" v3.5.1
56
+ deploy_doc " 28d3ccd" # v4.0.1 Latest stable release
Original file line number Diff line number Diff line change 1
1
// These two things need to be updated at each release for the version selector.
2
2
// Last stable version
3
- const stableVersion = "v3.5.0 "
3
+ const stableVersion = "v4.0.1 "
4
4
// Dictionary doc folder to label
5
5
const versionMapping = {
6
6
"master" : "master" ,
7
- "" : "v3.5.0/v3.5.1" ,
7
+ "" : "v4.0.0/v4.0.1" ,
8
+ "v3.5.1" : "v3.5.0/v3.5.1" ,
8
9
"v3.4.0" : "v3.4.0" ,
9
10
"v3.3.1" : "v3.3.0/v3.3.1" ,
10
11
"v3.2.0" : "v3.2.0" ,
11
- "v3.1.0" : "v3.1.0 (stable) " ,
12
+ "v3.1.0" : "v3.1.0" ,
12
13
"v3.0.2" : "v3.0.0/v3.0.1/v3.0.2" ,
13
14
"v2.11.0" : "v2.11.0" ,
14
15
"v2.10.0" : "v2.10.0" ,
You can’t perform that action at this time.
0 commit comments