Skip to content

Commit

Permalink
Merge pull request #734 from zzzhangqi/0323-5.12
Browse files Browse the repository at this point in the history
docs: Archiving
  • Loading branch information
zzzhangqi authored Mar 23, 2023
2 parents e788505 + 0e6d494 commit cbe6126
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.12'
}
}
},
Expand Down Expand Up @@ -192,7 +192,13 @@ const config = {
href: versionUrl,
}),
),
]
],
dropdownItemsBefore: [
{
label: 'Current',
href: 'https://www.rainbond.com/docs/',
}
],
},
{
position: 'right',
Expand Down Expand Up @@ -347,7 +353,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 cbe6126

Please sign in to comment.