From aec3efcc0457f540377fc7e89e03b24842d66035 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 6 Oct 2023 15:47:16 -0700 Subject: [PATCH] [skip ci] Fix version label --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 951e7c5c301..f2b60198737 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -133,7 +133,7 @@ module.exports = { // banner: 'unreleased' // }, latest: { - label: 'latest', + label: 'Latest', path: '', banner: 'none' },