mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Add v2 version warning message
This commit is contained in:
@@ -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/' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user