Skip to content

Commit 0c20dad

Browse files
authored
Merge pull request #3 from naufalziyad/master
fix: telegram link
2 parents 2e3f9f8 + 86feb3a commit 0c20dad

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/.vuepress/config.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ module.exports = {
1313
nav: [
1414
{ text: 'Home', link: '/' },
1515
{ text: 'Meetup', link: '/meetup/' },
16-
{ text: 'Tutorial',
16+
{
17+
text: 'Tutorial',
1718
items: [
1819
{ text: 'Medium', link: 'https://medium.com/vuejs-id' },
1920
{ text: 'Video Tutorial', link: '/video-tutorial/' }
20-
]},
21-
{ text: 'Komunitas',
21+
]
22+
},
23+
{
24+
text: 'Komunitas',
2225
items: [
2326
{ text: 'Facebook', link: 'https://www.facebook.com/groups/1675298779418239/' },
24-
{ text: 'Telegram', link: 'https://t.me/vuejsid' }
25-
]},
27+
{ text: 'Telegram', link: 'https://t.me/vuejsindonesia' }
28+
]
29+
},
2630
]
2731
}
2832
}

0 commit comments

Comments
 (0)