diff --git a/docusaurus.config.js b/docusaurus.config.js index 0aa362ab92..4159eb424c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,7 +44,7 @@ const config = { lastVersion: 'current', versions: { current: { - label: 'Current' + label: 'V5.12' } } }, @@ -192,7 +192,13 @@ const config = { href: versionUrl, }), ), - ] + ], + dropdownItemsBefore: [ + { + label: 'Current', + href: 'https://www.rainbond.com/docs/', + } + ], }, { position: 'right', @@ -347,7 +353,7 @@ const config = { announcementBar: { id: 'start', content: - '⭐️ If you like Rainbond, give it a star on GitHub !', + '⭐️ If you like Rainbond, give it a star on GitHub Please visit the latest version of the documentation!', isCloseable: false, } }),