Skip to content

Commit bcb647c

Browse files
committed
Update version configuration
1 parent 7acc1f3 commit bcb647c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ module.exports = {
100100

101101
versions: {
102102
current: {
103-
label: '0.6.x',
104-
path: '0.6.x'
103+
label: '0.6.x'
105104
},
106105
'0.5.x': {
107-
label: '0.5.x'
106+
label: '0.5.x',
107+
path: '0.5.x'
108108
}
109109
}
110110
},

0 commit comments

Comments
 (0)