-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbook.json
More file actions
98 lines (97 loc) · 2.95 KB
/
book.json
File metadata and controls
98 lines (97 loc) · 2.95 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"plugins": [
"highlight",
"theme-default",
"theme-comscore",
"flow",
"image-zoom",
"comment",
"sequence",
"navbar"
],
"pluginsConfig": {
"navbar": {
"logo": {
"link": "http://www.feisilab.com/",
"image": "/images/feisi_logo.png",
"alt": "feisilab"
},
"menu": {
"items": [{
"text": "RflySim高级版中文文档",
"link": "http://doc.rflysim.com/RflySimIntro.html"
}, {
"text": "安装包下载",
"link": "https://rflysim.com/download.html"
}, {
"text": "课件下载",
"link": "https://rflysim.com/docs/#/4_Pro/Advanced"
}, {
"text": "PDF版下载",
"link": "https://pan.baidu.com/s/1n3OFPN_aZlNaHF4u72mPaA?pwd=c8f9"
}, {
"text": "基础版教程",
"link": "https://rflysim.com/docs/#/"
}, {
"text": "购买教具",
"link": "https://shop212206553.taobao.com/"
}, {
"text": "飞思实验室官网",
"link": "http://www.feisilab.com/"
}
],
"style": {
"color": "black",
"hover": "#3579e2"
}
},
"style": {
"backgroundColor": "white",
"linkColor": "black",
"linkHoverColor": "blue"
},
"toc": {
"addClass": true,
"className": "toc"
}
},
"theme-default": {
"auto_open": true,
"show_nav": true,
"showLevel": false,
"logo": {},
"navs": [
{
"title": "安装包下载",
"url": "https://rflysim.com/download.html",
"target": true
},
{
"title": "课件下载",
"url": "https://rflysim.com/docs/#/4_Pro/Advanced",
"target": true
},
{
"title": "PDF版下载",
"url": "https://pan.baidu.com/s/1n3OFPN_aZlNaHF4u72mPaA?pwd=c8f9",
"target": true
},
{
"target": true,
"title": "基础版教程",
"url": "https://rflysim.com/"
},
{
"title": "购买教具",
"url": "https://shop212206553.taobao.com/",
"target": true
},
{
"title": "飞思实验室官网",
"url": "http://www.feisilab.com/",
"target": true
}
]
}
}
}