Skip to content

Commit e0a1f91

Browse files
heskewEthan-Arrowood
authored andcommitted
4.7 beta go-live
1 parent 1838535 commit e0a1f91

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,14 @@ const config: Config = {
7979
}
8080
},
8181
lastVersion: '4.6',
82-
includeCurrentVersion: process.env.NODE_ENV === 'development',
82+
includeCurrentVersion: true,
8383
versions: {
84+
'current': {
85+
label: '4.7-beta',
86+
banner: 'unreleased',
87+
},
8488
'4.6': {
85-
// No banner for 4.6 as its the latest version
89+
// No banner for 4.6 as its the latest stable version
8690
banner: 'none',
8791
},
8892
'4.5': {

0 commit comments

Comments
 (0)