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)", },