fix version navigation in release v1.7
- In `release v1.7`, navigating selector to version `v1.10` disappears - modified `_config.yml` in branch `release-1.7` Signed-off-by: harshvkarn <harshvkarn54@gmail.com>
This commit is contained in:
+6
-1
@@ -23,11 +23,16 @@ defaults:
|
||||
githubbranch: "v1.7.3"
|
||||
docsbranch: "release-1.7"
|
||||
versions:
|
||||
- fullversion: "v1.10.0"
|
||||
version: "v1.10"
|
||||
githubbranch: "v1.10.0"
|
||||
docsbranch: "release-1.10"
|
||||
url: https://kubernetes.io/
|
||||
- fullversion: "v1.9.0"
|
||||
version: "v1.9"
|
||||
githubbranch: "v1.9.0"
|
||||
docsbranch: "release-1.9"
|
||||
url: https://kubernetes.io/docs/home/
|
||||
url: https://v1-9.docs.kubernetes.io/docs/home/
|
||||
- fullversion: "v1.8.4"
|
||||
version: "v1.8"
|
||||
githubbranch: "v1.8.4"
|
||||
|
||||
Reference in New Issue
Block a user