Skip to content

Commit

Permalink
configs for 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nagar-ajay committed Nov 9, 2023
1 parent 71f6b4b commit 2fc4218
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions website/config.toml
@@ -1,7 +1,7 @@
# Base configuration
##########################################################
# Note: Update base URL for older version when releasing a new version
baseURL = "https://nutanix.github.io/kubeflow-manifests/dev"
baseURL = "https://nutanix.github.io/kubeflow-manifests"
title = "Kubeflow on NKE"
description = "Open-source machine learning platform running on NKE"

Expand Down Expand Up @@ -126,18 +126,28 @@ pygmentsStyle = "tango"

# Uncomment this if your GitHub repo does not have "main" as the default branch,
# or specify a new value if you want to reference another branch in your GitHub links
github_branch= "main"
github_branch= "release-v1.8"

# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "main"
version = "v1.8"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
url_latest_version = "https://nutanix.github.io/kubeflow-manifests/docs"

# These entries appear in the drop-down menu at the top of the website.
[[params.versions]]
version = "v1.8(latest)"
githubbranch = "release-v1.8"
url = "https://nutanix.github.io/kubeflow-manifests/docs"

[[params.versions]]
version = "v1.7"
githubbranch = "release-v1.7"
url = "https://nutanix.github.io/kubeflow-manifests/v1.7/docs"

[[params.versions]]
version = "dev"
githubbranch = "main"
Expand Down

0 comments on commit 2fc4218

Please sign in to comment.