Skip to content

Commit 0a1c795

Browse files
Whiteaj36Danktuary
authored andcommitted
Add header link to discord.js documentation (discordjs#241)
Closes #239
1 parent 08b1fc0 commit 0a1c795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guide/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ const config = {
3333
text: 'Commando',
3434
link: '/commando/',
3535
},
36+
{
37+
text: 'Discord.js Documentation',
38+
link: 'https://discord.js.org/#/docs/main/stable/general/welcome',
39+
},
3640
],
3741
sidebar,
3842
},

0 commit comments

Comments
 (0)