Skip to content

Commit

Permalink
Add 1.6 version dropdown and make it latest version (#3333)
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>

Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
  • Loading branch information
Anna authored Sep 7, 2022
1 parent 7b22fbc commit 008bfc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
version = "master"
githubbranch = "master"
url = "https://master.kubeflow.org"
[[params.versions]]
version = "v1.6"
githubbranch = "v1.6-branch"
url = "https://v1-6-branch.kubeflow.org"
[[params.versions]]
version = "v1.5"
githubbranch = "v1.5-branch"
Expand Down Expand Up @@ -166,10 +170,6 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
version = "v0.3"
githubbranch = "v0.3-branch"
url = "https://v0-3.kubeflow.org"
[[params.versions]]
version = "v0.2"
githubbranch = "v0.2-branch"
url = "https://v0-2.kubeflow.org"

# User interface configuration
[params.ui]
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/kf-latest-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.0
v1.6.0

0 comments on commit 008bfc5

Please sign in to comment.