Skip to content

Commit

Permalink
Merge pull request #765 from zzzhangqi/0516
Browse files Browse the repository at this point in the history
docs: Archiving
  • Loading branch information
zzzhangqi authored May 17, 2023
2 parents af204c6 + 023a1a1 commit c46f23e
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.13'
}
}
},
Expand Down Expand Up @@ -196,7 +196,13 @@ const config = {
href: versionUrl,
}),
),
]
],
dropdownItemsBefore: [
{
label: 'Current',
href: 'https://www.rainbond.com/docs/',
}
],
},
{
position: 'right',
Expand Down Expand Up @@ -355,7 +361,7 @@ const config = {
announcementBar: {
id: 'start',
content:
'⭐️ If you like Rainbond,<a target="_blank" href="https://github.com/goodrain/rainbond"> give it a star on GitHub</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 c46f23e

Please sign in to comment.