Skip to content

Commit

Permalink
Switch to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Jul 22, 2024
1 parent bc245b5 commit 591577d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"
Expand All @@ -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]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 591577d

Please sign in to comment.