Skip to content

Commit

Permalink
Update lastVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
  • Loading branch information
Alexandra Tran committed Sep 7, 2023
1 parent ed56398 commit 041f5ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ 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
current: {
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)",
},
Expand Down

0 comments on commit 041f5ee

Please sign in to comment.