Skip to content

Commit 28cd40d

Browse files
author
binaryify
committed
improve docs
1 parent e993c77 commit 28cd40d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/.vuepress/config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
module.exports = {
2-
base: '/vue-custom-scrollbar/'
2+
base: '/vue-custom-scrollbar/',
3+
themeConfig: {
4+
nav: [
5+
{
6+
text: 'GitHub',
7+
link: 'https://github.com/Binaryify/vue-custom-scrollbar'
8+
}
9+
]
10+
}
311
}

0 commit comments

Comments
 (0)