From 7bfbc18391020271c30dca9c1d9e3b8d87ee1452 Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:23:59 +0000 Subject: [PATCH 1/3] Fix the broken link and point it to the latest docs --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ebac16abb36d6..3463d2a4cd549 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -161,7 +161,7 @@ {{ if and (eq .Section "docs") .Site.Data.args.archive}}
{{ end }} From b4ede8b31b3c6f8cda76d477a2ea856bcc341250 Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Tue, 29 Jul 2025 12:40:36 +0530 Subject: [PATCH 2/3] Update baseof.html --- layouts/_default/baseof.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3463d2a4cd549..456dbd06dcbb9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -161,7 +161,11 @@ {{ if and (eq .Section "docs") .Site.Data.args.archive}} {{ end }} From c49c894c3e29d4667d53e02aac3756d6f58aed06 Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:19:39 +0530 Subject: [PATCH 3/3] Update baseof.html --- layouts/_default/baseof.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 456dbd06dcbb9..fae73e801207b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -163,7 +163,6 @@ {{ (printf (i18n "archive_banner_text") .Site.Data.args.version) | safeHTML }} {{ $rel := .RelPermalink }} {{ $path := replaceRE `^/v[0-9]+\.[0-9]+/` "" $rel }} - // Build the new path for the latest documentation. Ex:- https://istio.io/latest/docs/security/ {{ $latestURL := printf "https://istio.io/latest/%s" $path }} {{ i18n "archive_banner_link" }}