From fcc8edac3806c835282329916ebe663e7b9605f8 Mon Sep 17 00:00:00 2001 From: "Reyes, Amy" Date: Mon, 26 Sep 2022 10:02:59 -0700 Subject: [PATCH] doc: add 3.1 to /latest header note Signed-off-by: Reyes, Amy --- doc/_templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index a435742d7..ed87f0cf4 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -5,8 +5,8 @@

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.0 or - v2.7.

+ documentation for a stable release such as v3.1 or + v3.0.

{% endif %} {{ super() }}