Skip to content

Commit daf658d

Browse files
committed
docs: add changelog navbar link
1 parent 0f7958f commit daf658d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/.vuepress/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ module.exports = {
3737
text: 'Old Version',
3838
link: 'https://peachscript.github.io/vue-infinite-loading/old/',
3939
},
40+
{
41+
text: 'Changelog',
42+
link: 'https://github.com/PeachScript/vue-infinite-loading/releases',
43+
},
4044
],
4145
sidebar: {
4246
'/guide/': [
@@ -81,6 +85,10 @@ module.exports = {
8185
text: '旧版文档',
8286
link: 'https://peachscript.github.io/vue-infinite-loading/old/',
8387
},
88+
{
89+
text: '更新日志',
90+
link: 'https://github.com/PeachScript/vue-infinite-loading/releases',
91+
},
8492
],
8593
sidebar: {
8694
'/zh/guide/': [

0 commit comments

Comments
 (0)