Skip to content

Commit fb7f4a5

Browse files
committed
Update announcement bar instead
1 parent ae87b2c commit fb7f4a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async function siteConfig() {
250250
},
251251
announcementBar: {
252252
content:
253-
"<b>🚀 <a id='announcement-link' href='https://v2.tauri.app/'>Tauri 2.0</a> has launched!</b>",
253+
"This documentation covers Tauri 1 (<b>old version</b>). For the latest version, see <a id='announcement-link' href='https://tauri.app/'>https://tauri.app/</a>",
254254
backgroundColor: 'var(--ifm-color-primary)',
255255
textColor: 'var(--ifm-button-color)',
256256
},
@@ -299,7 +299,6 @@ async function siteConfig() {
299299
current: {
300300
label: unreleasedTauriVersion,
301301
path: unreleasedTauriVersion,
302-
banner: 'unmaintained',
303302
},
304303
// If there is a "latest" version, map url to version number
305304
...(lastestReleasedVersion && {

0 commit comments

Comments
 (0)