File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ const CONFIG = require('./env.json')[process.env.NODE_ENV] || require('./env.jso
34
34
// general build settings
35
35
//
36
36
37
- const currentVersion = '1.7 '
38
- const docsVersions = [ '1.7' , '1.8' ]
37
+ const currentVersion = '1.8 '
38
+ const docsVersions = [ '1.7' , '1.8' , '1.9' ]
39
39
const cssTimestamp = new Date ( ) . getTime ( )
40
40
const paths = {
41
41
build : './build' ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const mlunr = require('metalsmith-lunr')
27
27
const CONFIG = require ( './env.json' ) [ process . env . NODE_ENV ] || require ( './env.json' ) [ 'production' ]
28
28
29
29
// --- general build settings --- //
30
- const docsVersions = [ '1.7' , '1.8' ] ;
30
+ const docsVersions = [ '1.7' , '1.8' , '1.9' ] ;
31
31
const cssTimestamp = new Date ( ) . getTime ( )
32
32
33
33
const updatePaths = function ( file , filename ) {
Original file line number Diff line number Diff line change 119
119
a( href ="/docs/1.7/" ) 1.7
120
120
| |
121
121
a( href ="/docs/1.8/" ) 1.8
122
+ | |
123
+ a( href ="/docs/1.9/" ) 1.9
122
124
+ renderMenu(locals .navs .header )
123
125
124
126
// Search results
You can’t perform that action at this time.
0 commit comments