diff --git a/config/_default/params.toml b/config/_default/params.toml index 51a3d13b7..8b85256df 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -19,7 +19,7 @@ archived_version = false # 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.13.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. @@ -143,9 +143,13 @@ js = [ # version_menu = "Versions" # Add your release versions here [[versions]] - version = "v1.12.0" + version = "v1.13.0" url = "https://kyverno.io" +[[versions]] + version = "v1.12.0" + url = "https://release-1-12-0.kyverno.io" + [[versions]] version = "v1.11.0" url = "https://release-1-11-0.kyverno.io"