mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Doc - Update python versions
This commit is contained in:
2
.github/deploy_doc.sh
vendored
2
.github/deploy_doc.sh
vendored
@ -47,4 +47,6 @@ deploy_doc "$GITHUB_SHA" latest node
|
||||
|
||||
# Python versions
|
||||
deploy_doc "$GITHUB_SHA" v0.9.0 python override
|
||||
deploy_doc "$GITHUB_SHA" v0.9.1 python override
|
||||
deploy_doc "$GITHUB_SHA" v0.9.2 python override
|
||||
deploy_doc "$GITHUB_SHA" latest python
|
||||
|
@ -4,7 +4,7 @@ const languages = [ "rust", "python", "node" ];
|
||||
// Last stable version for each language
|
||||
const stableVersion = {
|
||||
"rust": "master",
|
||||
"python": "v0.9.0",
|
||||
"python": "v0.9.2",
|
||||
"node": "master"
|
||||
}
|
||||
// Dictionary doc folder to Label for each language
|
||||
@ -14,7 +14,7 @@ const versionMapping = {
|
||||
},
|
||||
"python": {
|
||||
"master": "master",
|
||||
"v0.9.0": "v0.9.0"
|
||||
"v0.9.2": "v0.9.2"
|
||||
},
|
||||
"node": {
|
||||
"master": "master",
|
||||
|
Reference in New Issue
Block a user