@@ -16,59 +16,28 @@ export default defineUserConfig({
1616 } ,
1717 {
1818 text : 'Redis' ,
19- children : [
20- {
21- text : '教程' ,
22- link : '/redis/basics/' ,
23- } ,
24- {
25- text : '剖析' ,
26- link : '/redis/source/' ,
27- } ,
28- {
29- text : '注释' ,
30- link : 'https://github.com/O256/redis' ,
31- }
32- ] ,
19+ link : '/redis/basics/' ,
3320 } ,
3421 {
3522 text : 'Git' ,
36- children : [
37- {
38- text : '教程' ,
39- link : '/git/basics/' ,
40- } ,
41- {
42- text : '剖析' ,
43- link : '/git/source/' ,
44- }
45- ] ,
23+ link : '/git/basics/' ,
4624 } ,
4725 {
4826 text : '优秀作文' ,
49- children : [
50- {
51- text : '三年级' ,
52- link : '/essay/grade3/content/plants.md' ,
53- } ,
54- {
55- text : '四年级' ,
56- link : '/essay/grade4/content/animals.md' ,
57- } ,
58- {
59- text : '五年级' ,
60- link : '/essay/grade5/content/animals.md' ,
61- } ,
62- ] ,
27+ link : '/essay/grade3/content/plants.md' ,
6328 } ,
6429 {
6530 text : 'Markdown' ,
6631 link : '/markdown/cheatsheet.md' ,
6732 } ,
33+ {
34+ text : 'Lua' ,
35+ link : '/lua/reference.md' ,
36+ } ,
6837 ] ,
6938
7039 sidebar : {
71- '/essay/grade3/ ' : [
40+ '/essay/' : [
7241 {
7342 text : '三年级' ,
7443 link : '/essay/grade3/content/plants.md' ,
@@ -77,9 +46,9 @@ export default defineUserConfig({
7746 text : '优秀范文' ,
7847 link : '/essay/grade3/content/plants.md' ,
7948 children : [
49+ '/essay/grade3/content/plants.md' ,
8050 '/essay/grade3/content/animals.md' ,
8151 '/essay/grade3/content/characters.md' ,
82- '/essay/grade3/content/plants.md' ,
8352 ]
8453 } ,
8554 {
@@ -91,6 +60,14 @@ export default defineUserConfig({
9160 } ,
9261 ] ,
9362 } ,
63+ {
64+ text : '四年级' ,
65+ link : '/essay/grade4/index.md' ,
66+ } ,
67+ {
68+ text : '五年级' ,
69+ link : '/essay/grade5/index.md' ,
70+ } ,
9471 ] ,
9572 '/markdown/' : [
9673 {
@@ -108,6 +85,30 @@ export default defineUserConfig({
10885 ]
10986 } ,
11087 ] ,
88+ '/redis/' : [
89+ {
90+ text : 'Redis' ,
91+ link : '/redis/basics/' ,
92+ } ,
93+ ] ,
94+ '/git/' : [
95+ {
96+ text : 'Git' ,
97+ link : '/git/basics/' ,
98+ } ,
99+ ] ,
100+ '/lua/' : [
101+ {
102+ text : 'Lua' ,
103+ link : '/lua/reference.md' ,
104+ children : [
105+ {
106+ text : '参考手册' ,
107+ link : '/lua/reference.md' ,
108+ } ,
109+ ] ,
110+ } ,
111+ ] ,
111112 } ,
112113 } ) ,
113114
0 commit comments