Unverified Commit b9ee87f5 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Doc for v3.0.0 (#5366)



* Doc for v3.0.0

* Update docs/source/_static/js/custom.js
Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>

* Update docs/source/_static/js/custom.js
Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
parent b62ca595
...@@ -46,4 +46,5 @@ deploy_doc "11c3257" v2.8.0 ...@@ -46,4 +46,5 @@ deploy_doc "11c3257" v2.8.0
deploy_doc "e7cfc1a" v2.9.0 deploy_doc "e7cfc1a" v2.9.0
deploy_doc "7cb203f" v2.9.1 deploy_doc "7cb203f" v2.9.1
deploy_doc "10d7239" v2.10.0 deploy_doc "10d7239" v2.10.0
deploy_doc "b42586e" #v2.11.0 Latest stable release deploy_doc "b42586e" v2.11.0
\ No newline at end of file deploy_doc "b62ca59" #v3.0.0 Latest stable release
\ No newline at end of file
// These two things need to be updated at each release for the version selector. // These two things need to be updated at each release for the version selector.
// Last stable version // Last stable version
const stableVersion = "v2.11.0" const stableVersion = "v3.0.0"
// Dictionary doc folder to label // Dictionary doc folder to label
const versionMapping = { const versionMapping = {
"master": "master", "master": "master",
"": "v2.11.0 (stable)", "": "v3.0.0 (stable)",
"v2.11.0": "v2.11.0",
"v2.10.0": "v2.10.0", "v2.10.0": "v2.10.0",
"v2.9.1": "v2.9.0/v2.9.1", "v2.9.1": "v2.9.0/v2.9.1",
"v2.8.0": "v2.8.0", "v2.8.0": "v2.8.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment