Skip to content

Commit 5c9693b

Browse files
committed
Add 3.16 as latest; change 3.15 to number
1 parent 4ccc496 commit 5c9693b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docusaurus.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,15 @@ const config = {
7575
},
7676
*/
7777
current: { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
78-
label: '3.15',
78+
label: '3.16',
7979
path: 'latest', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
8080
banner: 'none',
81+
className: '3.16.0',
82+
},
83+
"3.15": { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
84+
label: '3.15',
85+
path: '3.15', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
86+
banner: 'none',
8187
className: '3.15.3',
8288
},
8389
"3.14": { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.

0 commit comments

Comments
 (0)