1 parent a4187b9 commit 1485b2eCopy full SHA for 1485b2e
1 file changed
docs/.vitepress/config.mts
@@ -35,7 +35,28 @@ export default defineConfig({
35
link: '/document/index.md',
36
items: [
37
{
38
- text: '贡献指南',
+ 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
54
55
56
57
58
59
+ text: '贡献',
60
link: '/document/contributing/index.md',
61
62
0 commit comments