From 050ddd2a5c8806d355c79dfb0c1d1321eba06895 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 25 Aug 2022 23:56:22 -0700 Subject: [PATCH] Update 2.0-2.4 version dropdown label --- docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 727fd8661d7..93008665441 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -76,7 +76,10 @@ module.exports = { }, 2.5: { label: 'v2.5' - } + }, + '2.0-2.4': { + label: 'v2.0-v2.4' + }, }, }, blog: false, // Optional: disable the blog plugin