forked from zeromicro/go-zero-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
90 lines (90 loc) · 1.92 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"title": "go-zero document",
"author": "anqiansong",
"description": "Golang 微服务框架 | 集成各种工程实践的 WEB 和 RPC 框架 | 一键生成 Go, iOS, Android, Kotlin, Dart, TypeScript, JavaScript 代码",
"language": "zh-hans",
"gitbook": "3.2.3",
"plugins": [
"back-to-top-button",
"chapter-fold",
"code",
"-lunr",
"-search",
"search-pro",
"github",
"splitter",
"-sharing",
"sharing-plus",
"tbfed-pagefooter",
"flexible-alerts",
"page-toc-button",
"pageview-count",
"popup",
"hide-element",
"edit-link",
"-highlight",
"prism",
"theme-comscore"
],
"pluginsConfig": {
"prism": {
"lang": {
"shell": "bash"
},
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"github": {
"url": "https://github.com/tal-tech/go-zero"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"tbfed-pagefooter": {
"copyright": "Copyright © 2019-2021 go-zero",
"modify_label": "Last UpdateTime:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"hide-element": {
"elements": [
".gitbook-link"
]
},
"edit-link": {
"base": "https://github.com/zeromicro/go-zero-doc/blob/master",
"label": "EDIT THIS PAGE"
},
"sharing": {
"douban": false,
"facebook": false,
"google": true,
"hatenaBookmark": false,
"instapaper": false,
"line": true,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"douban",
"facebook",
"google",
"linkedin",
"twitter",
"weibo",
"qq",
"qzone",
"weibo"
]
}
}
}