forked from moonbingbing/openresty-best-practices
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
67 lines (67 loc) · 2.25 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"title": "OpenResty 最佳实践",
"description": "本课程里面记录的是作者在使用 OpenResty 过程中,遇到的一些坑和容易犯的错误,比较偏重实际经验的分享。阅读完后能更加了解 OpenResty 这个框架,也能避免很多常见的陷阱。",
"language": "zh-hans",
"author": "温铭/王院生/罗泽轩/厉辉",
"links": {
"sidebar": {
"回到主页": "https://yousali.com"
}
},
"plugins": [
"github",
"codesnippet",
"splitter",
"page-toc-button",
"image-captions",
"editlink",
"back-to-top-button",
"-lunr", "-search", "search-plus",
"tbfed-pagefooter@^0.0.1",
"theme-default",
"-highlight",
"sitemap-general",
"hide-element",
"expandable-chapters-small",
"adsense"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"github": {
"url": "https://github.com/Miss-you/openresty-best-practices"
},
"editlink": {
"base": "https://github.com/Miss-you/openresty-best-practices/blob/master/",
"label": "编辑本页"
},
"image-captions": {
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_:_CAPTION_"
},
"github-buttons": {
"repo": "Miss-you/openresty-best-practices",
"types": ["star"],
"size": "small"
},
"tbfed-pagefooter": {
"copyright": "Copyright © 2017-2022 | Distributed under <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh>CC BY 4.0</a> | <a href=https://yousali.com>yousali.com</a>",
"modify_label": " Updated at ",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sitemap-general": {
"prefix": "https://www.yousali.com/openresty-best-practices/"
},
"hide-element": {
"elements": [".gitbook-link"]
},
"adsense": {
"client": "ca-pub-4029167986768912",
"slot": "2445941692",
"format": "auto",
"element": ".page-inner section",
"position": "bottom"
}
}
}