diff --git a/docusaurus.config.js b/docusaurus.config.js index 0de6145536..e684d2a760 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -31,7 +31,7 @@ const versionConfig = Object.fromEntries(Versions.map((version) => [version, { banner: 'none', }])); versionConfig.current = { - label: 'main', + label: `main (${nextVersion.nextVersion})`, banner: 'none', path: nextVersion.nextVersion, };