Browse Source
Add v0.35 to the configs for building the docs website. (#7055)
pull/7244/head
M. J. Fromberger
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
0 deletions
-
docs/.vuepress/config.js
-
docs/versions
|
|
@ -34,6 +34,10 @@ module.exports = { |
|
|
|
"label": "v0.34", |
|
|
|
"key": "v0.34" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"label": "v0.35", |
|
|
|
"key": "v0.35" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"label": "master", |
|
|
|
"key": "master" |
|
|
|
|
|
@ -2,3 +2,4 @@ master master |
|
|
|
v0.32.x v0.32 |
|
|
|
v0.33.x v0.33 |
|
|
|
v0.34.x v0.34 |
|
|
|
v0.35.x v0.35 |