Skip to content

Commit e8863c9

Browse files
committed
chore: tauri v2 RC
1 parent 12d7760 commit e8863c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docusaurus.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const navbarItems = [
132132
dropdownItemsAfter: [
133133
{
134134
href: 'https://v2.tauri.app/',
135-
label: 'v2 (Beta)',
135+
label: 'v2 (RC)',
136136
target: '_self',
137137
},
138138
],
@@ -250,7 +250,7 @@ async function siteConfig() {
250250
},
251251
announcementBar: {
252252
content:
253-
"<b>🚀 The <a id='announcement-link' href='https://v2.tauri.app/blog/tauri-2-0-0-beta/'>Beta for Tauri 2.0</a> has launched!</b>",
253+
"<b>🚀 The <a id='announcement-link' href='https://v2.tauri.app/blog/tauri-2-0-0-release-candidate/'>RC for Tauri 2.0</a> has launched!</b>",
254254
backgroundColor: 'var(--ifm-color-primary)',
255255
textColor: 'var(--ifm-button-color)',
256256
},
@@ -327,7 +327,8 @@ async function siteConfig() {
327327
return sidebarItems.filter(
328328
(item) =>
329329
// This makes sure that the landing pages are not duplicated in the sidebars
330-
item.id !== 'guides/readme' && item.id !== 'references/readme'
330+
item.id !== 'guides/readme' &&
331+
item.id !== 'references/readme',
331332
)
332333
},
333334
},

0 commit comments

Comments
 (0)