Skip to content

Commit fae8c3b

Browse files
committed
docs: add link to v1 docs
closes #4945
1 parent d46107f commit fae8c3b

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

docs/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

docs/es/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

docs/fa/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

docs/ko/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

docs/pt/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

docs/ru/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

docs/zh/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)