File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed
Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ function nav(): DefaultTheme.NavItem[] {
4242 {
4343 text : pkg . version ,
4444 items : [
45+ {
46+ text : '1.6.4' ,
47+ link : 'https://vuejs.github.io/vitepress/v1/'
48+ } ,
4549 {
4650 text : 'Changelog' ,
4751 link : 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ function nav(): DefaultTheme.NavItem[] {
7373 {
7474 text : pkg . version ,
7575 items : [
76+ {
77+ text : '1.6.4' ,
78+ link : 'https://vuejs.github.io/vitepress/v1/es/'
79+ } ,
7680 {
7781 text : 'Registro de cambios' ,
7882 link : 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ function nav(): DefaultTheme.NavItem[] {
8080 {
8181 text : pkg . version ,
8282 items : [
83+ {
84+ text : '1.6.4' ,
85+ link : 'https://vuejs.github.io/vitepress/v1/fa/'
86+ } ,
8387 {
8488 text : 'Changelog' ,
8589 link : 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ function nav(): DefaultTheme.NavItem[] {
7373 {
7474 text : pkg . version ,
7575 items : [
76+ {
77+ text : '1.6.4' ,
78+ link : 'https://vuejs.github.io/vitepress/v1/ko/'
79+ } ,
7680 {
7781 text : '변경 로그' ,
7882 link : 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ function nav(): DefaultTheme.NavItem[] {
7373 {
7474 text : pkg . version ,
7575 items : [
76+ {
77+ text : '1.6.4' ,
78+ link : 'https://vuejs.github.io/vitepress/v1/pt/'
79+ } ,
7680 {
7781 text : 'Registro de Mudanças' ,
7882 link : 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ function nav(): DefaultTheme.NavItem[] {
7171 {
7272 text : pkg . version ,
7373 items : [
74+ {
75+ text : '1.6.4' ,
76+ link : 'https://vuejs.github.io/vitepress/v1/ru/'
77+ } ,
7478 {
7579 text : 'Изменения' ,
7680 link : 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ function nav(): DefaultTheme.NavItem[] {
7373 {
7474 text : pkg . version ,
7575 items : [
76+ {
77+ text : '1.6.4' ,
78+ link : 'https://vuejs.github.io/vitepress/v1/zh/'
79+ } ,
7680 {
7781 text : '更新日志' ,
7882 link : 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md'
You can’t perform that action at this time.
0 commit comments