Add v2 version warning message

This commit is contained in:
crazywhalecc
2026-04-20 14:19:39 +08:00
parent 4a9087c35c
commit ecaebe0054
3 changed files with 12 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export default {
text: 'v3 (alpha)',
items: [
{ text: 'v3 (alpha)', link: '/en/' },
{ text: 'v2', link: '/v2/en/guide/' },
{ text: 'v2', link: 'https://static-php.github.io/v2-docs/' },
],
},
],
@@ -43,7 +43,7 @@ export default {
text: 'v3 (alpha)',
items: [
{ text: 'v3 (alpha)', link: '/zh/' },
{ text: 'v2', link: '/v2/zh/guide/' },
{ text: 'v2', link: 'https://static-php.github.io/v2-docs/' },
],
},
],