File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 5
5
groupIconMdPlugin ,
6
6
groupIconVitePlugin ,
7
7
} from 'vitepress-plugin-group-icons'
8
+
9
+
8
10
import { buildEnd } from './buildEnd.config'
9
11
10
12
const ogDescription = '次世代フロントエンドツール'
@@ -38,6 +40,10 @@ const additionalTitle = ((): string => {
38
40
} ) ( )
39
41
const versionLinks = ( ( ) : DefaultTheme . NavItemWithLink [ ] => {
40
42
const oldVersions : DefaultTheme . NavItemWithLink [ ] = [
43
+ {
44
+ text : 'Vite 6 ドキュメント' ,
45
+ link : 'https://v6.vite.dev' ,
46
+ } ,
41
47
{
42
48
text : 'Vite 5 ドキュメント' ,
43
49
link : 'https://v5.vite.dev' ,
@@ -61,7 +67,7 @@ const versionLinks = ((): DefaultTheme.NavItemWithLink[] => {
61
67
case 'local' :
62
68
return [
63
69
{
64
- text : 'Vite 6 ドキュメント(リリース)' ,
70
+ text : 'Vite 7 ドキュメント(リリース)' ,
65
71
link : 'https://vite.dev' ,
66
72
} ,
67
73
...oldVersions ,
You can’t perform that action at this time.
0 commit comments