Skip to content

Commit

Permalink
docs(suspensive.org): banner to notice that we're preparing Suspensiv…
Browse files Browse the repository at this point in the history
…e v3
  • Loading branch information
manudeli committed Feb 22, 2025
1 parent e144827 commit 110a514
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/suspensive.org/src/app/[lang]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export default async function RootLayout({
<Layout
darkMode={false}
banner={
<Banner storageKey="suspensive banner">{dictionary.banner}</Banner>
<Banner storageKey="suspensive-banner-0">
{dictionary.banner}
</Banner>
}
search={<Search placeholder={dictionary.search.placeholder} />}
navbar={
Expand Down
7 changes: 5 additions & 2 deletions docs/suspensive.org/src/app/_dictionaries/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ export default {
},
banner: (
<span>
👀 Check out the changes in Suspensive v2.{' '}
<Link href="/en/docs/migrate-to-v2">read more →</Link>
We're preparing Suspensive v3 🚀{' '}
<Link href="https://v3.suspensive.org/en/docs/migrate-to-v3">
read more
</Link>
🚀
</span>
),
lastUpdated: 'Last updated on',
Expand Down
4 changes: 2 additions & 2 deletions docs/suspensive.org/src/app/_dictionaries/ko.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default {
},
banner: (
<span>
👀 Suspensive v2에서의 변경을 확인하세요.{' '}
<Link href="/ko/docs/migrate-to-v2">더보기</Link>
Suspensive v3를 준비하고 있습니다. 🚀{' '}
<Link href="https://v3.suspensive.org/ko/docs/migrate-to-v3">더보기</Link>
</span>
),
lastUpdated: '수정된 날짜:',
Expand Down
4 changes: 4 additions & 0 deletions docs/suspensive.org/src/content/en/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default {
title: 'latest',
href: 'https://suspensive.org',
},
v3: {
title: 'v3 (WIP)',
href: 'https://v3.suspensive.org',
},
v2: {
title: 'v2',
href: 'https://v2.suspensive.org',
Expand Down
4 changes: 4 additions & 0 deletions docs/suspensive.org/src/content/ko/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default {
title: 'latest',
href: 'https://suspensive.org/ko',
},
v3: {
title: 'v3 (WIP)',
href: 'https://v3.suspensive.org',
},
v2: {
title: 'v2',
href: 'https://v2.suspensive.org/ko',
Expand Down

0 comments on commit 110a514

Please sign in to comment.