Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ 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 = "1.4.0"
version = "1.5.3"

# 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://www.clustercockpit.org"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/ClusterCockpit/cc-doc"
# github_repo = "https://github.com/ClusterCockpit/cc-doc"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo = "https://github.com/ClusterCockpit/cc-doc"
# github_project_repo = "https://github.com/ClusterCockpit/cc-doc"

# Specify a value here if your content directory is not in your repo's root directory
# github_subdir = ""
Expand Down
Loading