Skip to content

Commit

Permalink
Merge pull request #1009 from andrewnicols/showFutureVersionForMain
Browse files Browse the repository at this point in the history
[repo] Show next version number alongside branch name in dropdown
  • Loading branch information
sarjona authored May 7, 2024
2 parents 4c3fde7 + ecde89c commit 98c831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 98c831c

Please sign in to comment.