Skip to content

Commit 916dc9f

Browse files
committed
feat: 增加 v0 版本跳转
1 parent ae7adc9 commit 916dc9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ const config: Config = {
196196
type: 'localeDropdown',
197197
position: 'right',
198198
},
199+
{
200+
href: 'https://jaykou25.github.io/react-admin-kit-v0',
201+
label: '0.x',
202+
position: 'right',
203+
},
199204
{
200205
href: 'https://github.com/jaykou25/react-admin-kit',
201206
label: 'gitHub',

0 commit comments

Comments
 (0)