Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzhangqi committed Dec 1, 2023
1 parent 8ac8034 commit 74582aa
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const config = {
lastVersion: 'current',
versions: {
current: {
label: 'Current'
label: 'V5.15'
}
}
},
Expand Down Expand Up @@ -210,7 +210,13 @@ const config = {
to: '/docs/versions',
label: 'All versions',
},
]
],
dropdownItemsBefore: [
{
label: 'Current',
href: 'https://www.rainbond.com/docs/',
}
],
},
{
position: 'right',
Expand Down Expand Up @@ -369,7 +375,7 @@ const config = {
announcementBar: {
id: 'start',
content:
'🎉 Rainbond 国产化信创版本已发布,<a href="/xinchuang">点击了解 Rainbond 国产化信创能力</a> !',
'⭐️ If you like Rainbond,<a target="_blank" href="https://github.com/goodrain/rainbond"> give it a star on GitHub</a> <a target="_blank" href="https://www.rainbond.com/docs/" style="color: red;">Please visit the latest version of the documentation</a>!',
isCloseable: false,
}
}),
Expand Down

0 comments on commit 74582aa

Please sign in to comment.