-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
51 lines (51 loc) · 1.62 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
{
"title": "PW-Link",
"description": "PW-Link 文档",
"language": "zh-hans",
"plugins": [
"youtube",
"language-picker",
"anchors",
"back-to-top-button",
"page-toc-button",
"prism",
"richquotes",
"search-pro",
"toolbar",
"-fontsettings",
"-highlight",
"-livereload",
"-lunr",
"-search",
"-sharing",
"cuav-doc-chapters@git+https://github.com/cuav/gitbook-plugin-cuav-doc-chapters.git",
"cuav-doc-favicon@git+https://github.com/cuav/gitbook-plugin-cuav-doc-favicon.git",
"cuav-doc-navbar@git+https://github.com/cuav/gitbook-plugin-cuav-doc-navbar.git",
"cuav-fontsettings@git+https://github.com/cuav/gitbook-plugin-cuav-fontsettings.git",
"cuav-minifier@git+https://github.com/cuav/gitbook-plugin-cuav-minifier.git",
"cuav-renderer@git+https://github.com/cuav/gitbook-plugin-cuav-renderer.git"
],
"pluginsConfig": {
"toolbar": {
"buttons": [
{
"label": "Bug tracker",
"icon": "fa fa-bug",
"position": "left",
"url": "https://github.com/cuav/doc-data-transmission-pw-link/issues/new?title=Doc+Bug:+{{title}}&body=DESCRIBE+PROBLEM+WITH+DOCS+HERE%0A%0ABug+Page:+[{{title}}]({{url}})"
},
{
"label": "Edit page on github",
"icon": "fa fa-pencil-square-o",
"position": "left",
"url": "https://github.com/cuav/doc-data-transmission-pw-link/edit/master/{{filepath_lang}}"
},
{
"label": "GitHub",
"icon": "fa fa-github",
"url": "https://github.com/cuav/doc-data-transmission-pw-link"
}
]
}
}
}