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.
2 parents 2e3f9f8 + 86feb3a commit 0c20dadCopy full SHA for 0c20dad
docs/.vuepress/config.js
@@ -13,16 +13,20 @@ module.exports = {
13
nav: [
14
{ text: 'Home', link: '/' },
15
{ text: 'Meetup', link: '/meetup/' },
16
- { text: 'Tutorial',
+ {
17
+ text: 'Tutorial',
18
items: [
19
{ text: 'Medium', link: 'https://medium.com/vuejs-id' },
20
{ text: 'Video Tutorial', link: '/video-tutorial/' }
- ]},
21
- { text: 'Komunitas',
+ ]
22
+ },
23
24
+ text: 'Komunitas',
25
26
{ text: 'Facebook', link: 'https://www.facebook.com/groups/1675298779418239/' },
- { text: 'Telegram', link: 'https://t.me/vuejsid' }
27
+ { text: 'Telegram', link: 'https://t.me/vuejsindonesia' }
28
29
30
]
31
}
32
0 commit comments