sidebar
helloz 5/29/2020
左侧sidebar,多层级
{
"/docs/Unity/":[
{
"title":"Unity",
"children":[
{
"title":"meshbaker",
"path":"meshbaker"
},
{
"title":"常用",
"path":"常用"
},
{
"title":"theme-reco",
"children":[
{
"title":"plugin",
"path":"theme-reco/plugin"
},
{
"title":"siderbar",
"path":"theme-reco/siderbar"
},
{
"title":"theme",
"path":"theme-reco/theme"
}
]
},
{
"title":"xlua",
"children":[
{
"title":"coroutine",
"path":"xlua/coroutine"
},
{
"title":"Json",
"path":"xlua/Json"
},
{
"title":"简介",
"path":"xlua/简介"
}
]
},
{
"title":"渲染",
"children":[
{
"title":"gpu 实例化",
"path":"渲染/gpu 实例化"
},
{
"title":"着色器",
"path":"渲染/着色器"
}
]
}
]
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64