From 0a98412aed16b1ec89584f30a49a4a13973bbe2c Mon Sep 17 00:00:00 2001 From: yangkaa <30614084+yangkaa@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:07:16 +0800 Subject: [PATCH] docs: archiving v5.16 (#854) Signed-off-by: yangk --- docusaurus.config.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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, } }),