Skip to content

Commit

Permalink
Setup v1.8.4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Jan 24, 2024
1 parent 5f70f0d commit 2a809c0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 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.8.3"
version = "v1.8.4"

# 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.8.3"
github_branch= "v1.8.4"

# 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.8.3"
voms_aa_version = "v1.8.4"

# User interface configuration
[params.ui]
Expand Down Expand Up @@ -172,9 +172,13 @@ enable = false
desc = "Chat with other project developers"

[[params.versions]]
version = "v1.8.3"
version = "v1.8.4"
url = "https://indigo-iam.github.io/v/current"

[[params.versions]]
version = "v1.8.3"
url = "https://indigo-iam.github.io/v/v1.8.3"

[[params.versions]]
version = "v1.8.2"
url = "https://indigo-iam.github.io/v/v1.8.2"
Expand Down

0 comments on commit 2a809c0

Please sign in to comment.