We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478d968 commit 47b96a9Copy full SHA for 47b96a9
docs/.vitepress/config.mjs
@@ -23,11 +23,11 @@ export default defineConfig({
23
{ text: '软件', link: '/software/nvm' },
24
{ text: '开发文档', link: '/dev-document/linux-adds-environment-variables' },
25
{
26
- text: '1.0.1',
+ text: '1.1.0',
27
items: [
28
29
text: '更新日志',
30
- items: [{ text: '1.0.1', link: 'https://github.com/zicl1/vitepress/blob/main/CHANGELOG.md' } ]
+ items: [{ text: '1.1.0', link: 'https://github.com/zicl1/vitepress/blob/main/CHANGELOG.md' } ]
31
},
32
33
text: '官网',
0 commit comments