Skip to content
Closed
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 data/args.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ copyright_year: 2025
# when archive=true, we're building for archive.istio.io
# when archive_landing=true, we're building the landing page for archive.istio.io
preliminary: false
archive: false
archive: true
archive_landing: false

# When archive=true above, these values must be filled in
archive_date: YYYY-MM-DD
archive_search_refinement: "V1.1"
archive_date: 2025-05-08
archive_search_refinement: "V1.25"

# GitHub branch names used when the docs have links to GitHub
source_branch_name: release-1.25
Expand Down