Skip to content

Commit 7acc1f3

Browse files
committed
set version 0.6.x as current
1 parent f2ba325 commit 7acc1f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ module.exports = {
9696
// Please change this to your repo.
9797
// editUrl: 'https://github.com/scalapb/zio-grpc/edit/master/foo/docs/',
9898
path: '../zio-grpc-docs/target/mdoc',
99+
lastVersion: 'current',
99100

100101
versions: {
101102
current: {
102-
label: '0.6.x'
103+
label: '0.6.x',
104+
path: '0.6.x'
103105
},
104106
'0.5.x': {
105107
label: '0.5.x'

0 commit comments

Comments
 (0)