Skip to content

Commit

Permalink
docs: Archiving
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
zzzhangqi committed Nov 7, 2022
1 parent 5e2a9f8 commit 2e9ae37
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.9'
}
}
},
Expand Down Expand Up @@ -140,7 +140,13 @@ const config = {
href: versionUrl,
}),
),
]
],
dropdownItemsBefore: [
{
label: 'Current',
href: 'https://www.rainbond.com/docs/',
}
],
},
{
position: 'right',
Expand Down Expand Up @@ -299,7 +305,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 2e9ae37

Please sign in to comment.