Skip to content

Commit 350591e

Browse files
authored
Release version 23.7.3 (#1408)
Signed-off-by: Simon Dudley <[email protected]>
1 parent d681f15 commit 350591e

File tree

296 files changed

+39773
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+39773
-2
lines changed

docusaurus.config.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const config = {
3737
path: "./docs",
3838
includeCurrentVersion: true,
3939
// Set to the last stable release
40-
lastVersion: "23.7.2",
40+
lastVersion: "23.7.3",
4141
versions: {
4242
//defaults to the ./docs folder
4343
// using 'development' instead of 'next' as path
@@ -46,8 +46,11 @@ const config = {
4646
path: "development",
4747
},
4848
// The last stable release in the versioned_docs/version-stable
49+
"23.7.3": {
50+
label: "stable (23.7.3)",
51+
},
4952
"23.7.2": {
50-
label: "stable (23.7.2)",
53+
label: "23.7.2",
5154
},
5255
"23.7.1": {
5356
label: "23.7.1",

0 commit comments

Comments
 (0)