We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649a5e2 commit e60f4dcCopy full SHA for e60f4dc
3 files changed
.vitepress/config.mts
@@ -5,7 +5,7 @@ export default defineConfig({
5
cleanUrls: true,
6
srcDir: "docs",
7
title: "vectorlex.github.io",
8
- description: "vectorlex的个人网站",
+ description: "vectorlex的意义不明的个人网站",
9
themeConfig: {
10
// https://vitepress.dev/reference/default-theme-config
11
nav: [
@@ -14,9 +14,9 @@ export default defineConfig({
14
15
sidebar: [
16
{
17
- text: '测试',
+ text: '文章',
18
items: [
19
- { text: '测试', link: '/test' }
+ { text: '测试', link: '/articles/test' }
20
]
21
},
22
docs/test.md docs/articles/test.mddocs/test.md renamed to docs/articles/test.md
docs/index.md
@@ -16,5 +16,5 @@ features:
- title: 恶臭数字论证器
link: https://vectorlex.github.io/homo/
- title: 测试
- link: /test
+ link: /articles/test
---
0 commit comments