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 53b375a commit 057f7fbCopy full SHA for 057f7fb
docs/config.js
@@ -1,4 +1,26 @@
1
self.$config = {
2
home: 'https://raw.githubusercontent.com/pablohpsilva/vuejs-component-style-guide/master/README.md',
3
- repo: 'pablohpsilva/vuejs-component-style-guide'
+ 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
+ ],
26
};
0 commit comments