From 5337557164a659f55f348be2c6f8d9201c6d263c Mon Sep 17 00:00:00 2001 From: khtsly Date: Thu, 12 Feb 2026 20:37:01 +0700 Subject: [PATCH] chore(docs): resort --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ] } ]