-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathbook.json
56 lines (53 loc) · 1.7 KB
/
book.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
53
54
55
{
"title": "ThinkCMFX完全开发手册",
"description": "ThinkCMF是一款基于ThinkPHP+MYSQL开发的中文内容管理框架(CMF),我们一直秉承ThinkPHP大道至简的理念,坚持做最简约的ThinkPHP开源软件,多应用化开发方式,让您更快地完成自己的创业项目!",
"language": "zh-hans",
"plugins": [
"prism",
"-highlight",
"-sharing",
"github",
"editlink",
"anchors",
"ad",
"tbfed-pagefooter",
"sitemap",
"duoshuo"
],
"pluginsConfig": {
"expandable-chapters": {
},
"github": {
"url": "https://github.com/thinkcmf/cmfx"
},
"editlink": {
"base": "https://github.com/thinkcmf/cmfx_doc/edit/master",
"label": "发现错误? 现在编辑",
"multilingual": false
},
"baidu": {
"token": "3bd0ecf189515ac893b73c6f7e9beaa8"
},
"duoshuo": {
"short_name": "thinkcmf",
"theme": "default"
},
"tbfed-pagefooter": {
"copyright": "© ThinkCMF",
"modify_label": "最后文件编辑时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sitemap": {
"hostname": "http://www.thinkcmf.com/"
},
"prism": {
"css": [
"prismjs/themes/prism-solarizedlight.css"
]
},
"ad": {
"contentTop": "",
"contentBottom": "%3Cscript%3Evar%20_hmt%20%3D%20_hmt%20%7C%7C%20%5B%5D%3B%28function%28%29%20%7B%20%20var%20hm%20%3D%20document.createElement%28%22script%22%29%3B%20%20hm.src%20%3D%20%22//hm.baidu.com/hm.js%3F3bd0ecf189515ac893b73c6f7e9beaa8%22%3B%20%20var%20s%20%3D%20document.getElementsByTagName%28%22script%22%29%5B0%5D%3B%20%20%20s.parentNode.insertBefore%28hm%2C%20s%29%3B%7D%29%28%29%3B%3C/script%3E"
}
}
}