fix version navigation in release v1.9 (#9071)
* fix version navigation in release v1.9 - In `release v1.9`, navigating to version `v1.10` disappears - modified `_config.yml` in branch `release-1.9` Issue: #8967 * Change 1.10 selector to release-1.10
This commit is contained in:
committed by
Zach Corleissen
parent
6b3d65ad3e
commit
bf09471b3d
+6
-6
@@ -24,11 +24,16 @@ defaults:
|
|||||||
githubbranch: "master"
|
githubbranch: "master"
|
||||||
docsbranch: "master"
|
docsbranch: "master"
|
||||||
versions:
|
versions:
|
||||||
|
- fullversion: "v1.10.0"
|
||||||
|
version: "v1.10"
|
||||||
|
githubbranch: "v1.10.0"
|
||||||
|
docsbranch: "release-1.10"
|
||||||
|
url: https://kubernetes.io
|
||||||
- fullversion: "v1.9.0"
|
- fullversion: "v1.9.0"
|
||||||
version: "v1.9"
|
version: "v1.9"
|
||||||
githubbranch: "v1.9.0"
|
githubbranch: "v1.9.0"
|
||||||
docsbranch: "release-1.9"
|
docsbranch: "release-1.9"
|
||||||
url: https://kubernetes.io
|
url: https://v1-9.docs.kubernetes.io
|
||||||
- fullversion: "v1.8.4"
|
- fullversion: "v1.8.4"
|
||||||
version: "v1.8"
|
version: "v1.8"
|
||||||
githubbranch: "v1.8.4"
|
githubbranch: "v1.8.4"
|
||||||
@@ -44,11 +49,6 @@ defaults:
|
|||||||
githubbranch: "v1.6.8"
|
githubbranch: "v1.6.8"
|
||||||
docsbranch: "release-1.6"
|
docsbranch: "release-1.6"
|
||||||
url: https://v1-6.docs.kubernetes.io
|
url: https://v1-6.docs.kubernetes.io
|
||||||
- fullversion: "v1.5.7"
|
|
||||||
version: "v1.5"
|
|
||||||
githubbranch: "v1.5.7"
|
|
||||||
docsbranch: "release-1.5"
|
|
||||||
url: https://v1-5.docs.kubernetes.io
|
|
||||||
deprecated: true
|
deprecated: true
|
||||||
currentUrl: https://kubernetes.io/docs/home/
|
currentUrl: https://kubernetes.io/docs/home/
|
||||||
nextUrl: http://kubernetes-io-vnext-staging.netlify.com/
|
nextUrl: http://kubernetes-io-vnext-staging.netlify.com/
|
||||||
|
|||||||
Reference in New Issue
Block a user