Skip to content

Commit 057f7fb

Browse files
Pablo Henrique Penha SilvaPablo Henrique Penha Silva
authored andcommitted
docute
1 parent 53b375a commit 057f7fb

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

docs/config.js

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
self.$config = {
22
home: 'https://raw.githubusercontent.com/pablohpsilva/vuejs-component-style-guide/master/README.md',
3-
repo: 'pablohpsilva/vuejs-component-style-guide'
3+
repo: 'pablohpsilva/vuejs-component-style-guide',
4+
nav: [
5+
{
6+
title: 'Versão em Português',
7+
path: '/#/brasilian-portuguese',
8+
source: '/#/README-PTBR.md'
9+
},
10+
{
11+
title: '中文版',
12+
path: '/#/chinese',
13+
source: '/#/README-CN.md'
14+
},
15+
{
16+
title: '한국판',
17+
path: '/#/korean',
18+
source: '/#/README-KR.md'
19+
},
20+
{
21+
title: 'Корейская версия',
22+
path: '/#/russian',
23+
source: '/#/README-RU.md'
24+
},
25+
],
426
};

0 commit comments

Comments
 (0)