From c84d7ce1ac8ca05734dad3e43f8a618849f2761e Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:55:22 +0100 Subject: [PATCH] Fix docs label (#3028) `2.1` -> `2.1.x` --- docs/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 7c08e81f5..029d0748b 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -232,8 +232,8 @@ const config: Config = { label: 'Next', banner: 'unreleased', }, - '2.0': { - label: '2.0.x', + '2.1': { + label: '2.1.x', }, '2.0': { label: '2.0.x',