From 591577dc2a44f7288685bda36ca1ddae55a74178 Mon Sep 17 00:00:00 2001 From: Federica Agostini Date: Mon, 22 Jul 2024 16:43:54 +0200 Subject: [PATCH] Switch to v1.10.0 --- hugo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 3cb6f64..312bdb2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -96,7 +96,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 = "v1.9.0" +version = "v1.10.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. @@ -112,7 +112,7 @@ github_project_repo = "https://github.com/indigo-iam/iam" # Uncomment this if you have a newer GitHub repo with "main" as the default branch, # or specify a new value if you want to reference another branch in your GitHub links -github_branch= "v1.9.0" +github_branch= "v1.10.0" # Google Custom Search Engine ID. Remove or comment out to disable search. # gcs_engine_id = "d72aa9b2712488cc3" @@ -127,7 +127,7 @@ offlineSearch = true prism_syntax_highlighting = false # VOMS aa version -voms_aa_version = "v1.9.0" +voms_aa_version = "v1.10.0" # User interface configuration [params.ui] @@ -171,6 +171,10 @@ enable = false icon = "fab fa-slack" desc = "Chat with other project developers" +[[params.versions]] +version = "v1.10.0" +url = "https://indigo-iam.github.io/v/current" + [[params.versions]] version = "v1.9.0" url = "https://indigo-iam.github.io/v/current"