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
16 changes: 8 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ terms_and_conditions = "https://www.armory.io/terms-and-conditions/"

# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
version_menu = "Armory CD v2.36"
version_menu = "Armory CD v2.39"

# Flag used in the "version-banner" partial to decide whether to display a
# banner on every page indicating that this is an archived version of the docs.
Expand All @@ -210,7 +210,7 @@ archived_version = false
# Used in the "version-banner" partial to display a version number for the
# current doc set.
# Also used in the PCM to highlight what version the PCM is for
version = "2.36.x"
version = "2.39.x"

# A link to latest version of the Armory CD docs. Used in the "version-banner" partial to
# point people to the main Armory CD docs site.
Expand Down Expand Up @@ -331,13 +331,13 @@ theme = "forest"
# at the top of the website.

[[params.versions]]
version = "Armory CD v2.34"
githubbranch = "v2.34"
url = "https://v2-34.docs.armory.io/continuous-deployment/"
version = "Armory CD v2.38"
githubbranch = "v2.38"
url = "https://docs.armory.io/continuous-deployment/"

[[params.versions]]
version = "Armory CD v2.32"
githubbranch = "v2.32"
url = "https://v2-32.docs.armory.io/continuous-deployment/"
version = "Armory CD v2.36"
githubbranch = "v2.36"
url = "https://docs.armory.io/continuous-deployment/"


Loading