-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-config.json
52 lines (51 loc) · 1.52 KB
/
site-config.json
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
{
"title":"Radoc",
"theme":"apollo",
"code_theme":"atom-one-dark",
"theme_color":"#f00",
"catalog":[
{
"title":"安装",
"src":"install-安装.html"
},{
"title":"快速上手",
"src":"quick_start-快速上手.html"
},{
"title":"配置项",
"children":[
{
"title":"网站配置项",
"src":"config_items-网站配置项.html"
},{
"title":"首页自定义组件",
"src":"home_config-首页自定义组件.html"
},{
"title":"文档主题",
"src":"theme-文档主题.html"
}
]
},
{
"title":"写作指导",
"src":"writing-写作指导.html"
},{
"title":"贡献引导",
"children":[
{
"title":"项目结构",
"src":"structure-项目结构.html"
},{
"title":"模块设置",
"src":"modules-模块设置.html"
},{
"title":"样式引导",
"src":"style-样式引导.html"
}
]
},{
"title":"致谢",
"src":"acknowledgement-致谢.html"
}
],
"first_show":"install-安装.html"
}