Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config.toml): updating the [[params.versions]] #2290

Merged
merged 5 commits into from
Mar 29, 2024
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
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,11 @@ theme = "forest"

#Add new release versions here. These entries appear in the drop-down menu
# at the top of the website.

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

[[params.versions]]
version = "Armory CD v2.30"
Expand Down
Loading