-
Notifications
You must be signed in to change notification settings - Fork 5
/
book.json
54 lines (54 loc) · 1.48 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
{
"plugins": [
"-sharing",
"-lunr",
"search-jieba",
"edit-link",
"canonical-link",
"github",
"tbfed-pagefooter",
"anchor-navigation-ex",
"include-codeblock",
"sitemap"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"edit-link": {
"base": "https://github.com/NewFuture/YYF-book/blob/master/",
"label": "在GITHUB上修改此页"
},
"canonical-link": {
"baseURL": "https://yyf.newfuture.cc"
},
"github": {
"url": "https://github.com/YunYinORG/YYF"
},
"anchor-navigation-ex": {
"showLevel": false,
"associatedWithSummary": false
},
"tbfed-pagefooter": {
"copyright": "Copyright © NewFuture 2016",
"modify_label": "上次修改时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sitemap": {
"hostname": "https://yyf.newfuture.cc/"
}
},
"pdf": {
"pageNumber": true,
"headerTemplate": "YYF 开发文档"
},
"author": "New Future",
"title": "YYF Book | YYF文档",
"language": "zh-hans",
"description": "YYF框架开发文档,Yunyin Yaf Framework 高性能PHP后端RESTful框架,完全前后端分离架构",
"links": {
"sidebar": {
"YYF": "https://github.com/YunYinORG/YYF"
}
}
}