Update doc for Python 0.10.0

This commit is contained in:
Anthony MOI 2021-01-12 16:35:13 -05:00 committed by Anthony MOI
parent 719bea76b9
commit fc0a50a272
2 changed files with 5 additions and 3 deletions

View File

@ -49,4 +49,5 @@ deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.1 python
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.2 python
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.3 python
deploy_doc "python-v0.9.4" v0.9.4 python
deploy_doc "python-v0.9.4" latest python override
deploy_doc "python-v0.10.0" v0.10.0 python
deploy_doc "python-v0.10.0" latest python override

View File

@ -4,7 +4,7 @@ const languages = [ "rust", "python", "node" ];
// Last stable version for each language
const stableVersion = {
"rust": "master",
"python": "v0.9.4",
"python": "v0.10.0",
"node": "master"
}
// Dictionary doc folder to Label for each language
@ -14,7 +14,8 @@ const versionMapping = {
},
"python": {
"master": "master",
"v0.9.4": "v0.9.4"
"v0.9.4": "v0.9.4",
"v0.10.0": "v0.10.0",
},
"node": {
"master": "master",