Skip to content

Commit a7b6e2a

Browse files
committed
docs: add link to changelog
1 parent df27ba2 commit a7b6e2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/.vitepress/config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ module.exports = {
2323
nav: [
2424
{ text: 'Guide & APIs', link: '/guide/' },
2525
{ text: 'Config Reference', link: '/config/' },
26-
{ text: 'Plugins', link: '/plugins/' }
26+
{ text: 'Plugins', link: '/plugins/' },
27+
{
28+
text: 'Changelog',
29+
link:
30+
'https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md'
31+
}
2732
],
2833

2934
sidebar: {

0 commit comments

Comments
 (0)