We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f726dc commit a86f456Copy full SHA for a86f456
.vitepress/config.ts
@@ -38,6 +38,10 @@ const additionalTitle = ((): string => {
38
})()
39
const versionLinks = ((): DefaultTheme.NavItemWithLink[] => {
40
const oldVersions: DefaultTheme.NavItemWithLink[] = [
41
+ {
42
+ text: 'Vite 5 ドキュメント',
43
+ link: 'https://v5.vite.dev',
44
+ },
45
{
46
text: 'Vite 4 ドキュメント',
47
link: 'https://v4.vite.dev',
@@ -57,7 +61,7 @@ const versionLinks = ((): DefaultTheme.NavItemWithLink[] => {
57
61
case 'local':
58
62
return [
59
63
60
- text: 'Vite 5 ドキュメント(リリース)',
64
+ text: 'Vite 6 ドキュメント(リリース)',
65
link: 'https://vite.dev',
66
},
67
...oldVersions,
0 commit comments