From 0b01b58e55455ed97a074e7a8c22a75c584fdca3 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 7 Aug 2023 12:42:01 -0700 Subject: [PATCH] doc: update header banner for stable documentation link Update the header banner on the latest documentation to references 3.2 and 3.0 stable release documentation (instead of 3.1) Signed-off-by: David B. Kinder --- doc/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index ed87f0cf4..ca40a4ed7 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -5,7 +5,7 @@

Important

This is the latest documentation for the unstable development branch of Project ACRN (master).
Use the drop-down menu on the left to select - documentation for a stable release such as v3.1 or + documentation for a stable release such as v3.2 or v3.0.

{% endif %}