diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 04c763b..c7647a1 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -9,8 +9,8 @@ function nav() { { text: 'API Reference', items: [ + { text: '1.1', link: '/api/1.1/warp' }, { text: '1.0', link: '/api/1.0/warp' }, - { text: '1.1', link: '/api/1.1/warp' } ] } ]