From 0e78b128ffd64dc3a2ef386825aa87fc10319861 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 10 May 2024 09:29:16 +0800 Subject: [PATCH] Update API version --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 60a4db92..73de9619 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -205,7 +205,7 @@ const config = { position: 'right', items: [ {to: '/api/next/', label: '1.22-dev' }, - {to: '/api/1.21/', label: '1.21.2' }, + {to: '/api/1.21/', label: '1.21.11' }, {to: '/api/1.20/', label: '1.20.6' }, {to: '/api/1.19/', label: '1.19.4' }, ],