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 55 groupIconMdPlugin ,
66 groupIconVitePlugin ,
77} from 'vitepress-plugin-group-icons'
8+
9+
810import { buildEnd } from './buildEnd.config'
911
1012const ogDescription = '次世代フロントエンドツール'
@@ -38,6 +40,10 @@ const additionalTitle = ((): string => {
3840} ) ( )
3941const versionLinks = ( ( ) : DefaultTheme . NavItemWithLink [ ] => {
4042 const oldVersions : DefaultTheme . NavItemWithLink [ ] = [
43+ {
44+ text : 'Vite 6 ドキュメント' ,
45+ link : 'https://v6.vite.dev' ,
46+ } ,
4147 {
4248 text : 'Vite 5 ドキュメント' ,
4349 link : 'https://v5.vite.dev' ,
@@ -61,7 +67,7 @@ const versionLinks = ((): DefaultTheme.NavItemWithLink[] => {
6167 case 'local' :
6268 return [
6369 {
64- text : 'Vite 6 ドキュメント(リリース)' ,
70+ text : 'Vite 7 ドキュメント(リリース)' ,
6571 link : 'https://vite.dev' ,
6672 } ,
6773 ...oldVersions ,
You can’t perform that action at this time.
0 commit comments