Skip to content

Commit fe605f3

Browse files
v1: Add on old version notice (#3258)
1 parent 0b5d625 commit fe605f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const footerLinks = [
225225
async function siteConfig() {
226226
const mdxMermaid = await import('mdx-mermaid')
227227
return {
228-
title: 'Tauri Apps',
228+
title: 'Tauri v1',
229229
tagline:
230230
'Build smaller, faster, and more secure desktop applications with a web frontend',
231231
organizationName: 'Tauri Apps',
@@ -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
},

0 commit comments

Comments
 (0)