diff --git a/docusaurus.config.js b/docusaurus.config.js index bec0511993..3c72fa46cd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,7 +44,7 @@ const config = { lastVersion: 'current', versions: { current: { - label: 'Current' + label: 'V5.16' } } }, @@ -210,7 +210,13 @@ const config = { to: '/docs/versions', label: 'All versions', }, - ] + ], + dropdownItemsBefore: [ + { + label: 'Current', + href: 'https://www.rainbond.com/docs/', + } + ], }, { position: 'right', @@ -369,7 +375,7 @@ const config = { announcementBar: { id: 'start', content: - '🎉 Rainbond 国产化信创版本已发布,点击了解 Rainbond 国产化信创能力 !', + '⭐️ If you like Rainbond, give it a star on GitHub Please visit the latest version of the documentation!', isCloseable: false, } }),