From 041f5ee40e03d8e226698eb4aa6359ea4cec6b2d Mon Sep 17 00:00:00 2001 From: Alexandra Tran Date: Thu, 7 Sep 2023 13:28:55 -0700 Subject: [PATCH] Update lastVersion 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)", },