Skip to content

Commit 1485b2e

Browse files
committed
侧边栏添加
1 parent a4187b9 commit 1485b2e

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,28 @@ export default defineConfig({
3535
link: '/document/index.md',
3636
items: [
3737
{
38-
text: '贡献指南',
38+
text: '关于',
39+
link: '/document/about/index.md',
40+
items: []
41+
},
42+
{
43+
text: '入门',
44+
link: '/document/getting_started/index.md',
45+
items: [
46+
{
47+
48+
}]
49+
},
50+
{
51+
text: '手册',
52+
link: '/document/tutorials/index.md',
53+
items: [
54+
{
55+
56+
}]
57+
},
58+
{
59+
text: '贡献',
3960
link: '/document/contributing/index.md',
4061
items: [
4162
{

0 commit comments

Comments
 (0)