From 7d90b0d19775d4c2707930c5429f32a588e4ba2f Mon Sep 17 00:00:00 2001 From: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Thu, 7 Sep 2023 14:10:10 -0700 Subject: [PATCH] Update lastVersion (#1399) Signed-off-by: Alexandra Tran --- docusaurus.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1e6329d88f8..834f825a48b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -36,7 +36,8 @@ const config = { editUrl: "https://github.com/hyperledger/besu-docs/tree/main/", path: "./docs", includeCurrentVersion: true, - lastVersion: "23.7.1", + // Set to the last stable release + lastVersion: "23.7.2", versions: { //defaults to the ./docs folder // using 'development' instead of 'next' as path @@ -44,7 +45,7 @@ const config = { label: "development", path: "development", }, - //the last stable release in the versioned_docs/version-stable + // The last stable release in the versioned_docs/version-stable "23.7.2": { label: "stable (23.7.2)", },