From f2f2e91034780304f58d36838784b7cf54311194 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 19 Aug 2022 15:51:35 -0700 Subject: [PATCH] Update nav bar label for 2.5 --- docusaurus.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index ba4005764d6..727fd8661d7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -74,6 +74,9 @@ module.exports = { label: 'v2.6', path: 'docs', }, + 2.5: { + label: 'v2.5' + } }, }, blog: false, // Optional: disable the blog plugin