-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbook.json
More file actions
executable file
·39 lines (34 loc) · 977 Bytes
/
Copy pathbook.json
File metadata and controls
executable file
·39 lines (34 loc) · 977 Bytes
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
{
"root": "./docs/",
"title": "Jenkinsfile文档",
"logo": "assets/images/gitlab-logo.svg",
"gitbook": ">= 3.0.0",
"language": "zh-hans",
"variables": {
"version": "1.0.0"
},
"plugins": [
"-sharing",
"-fontsettings",
"-lunr",
"-search",
"search-pro",
"theme-official",
"sitemap-general",
"favicon"
],
"pluginsConfig": {
"sitemap-general": {
"prefix": "http://test-issenn.pages.gitlab.hellotalk.com/Jenkinsfile_pipeline_library/"
},
"favicon": {
"shortcut": "assets/images/favicon.ico",
"bookmark": "assets/images/favicon.ico",
"appleTouch": "assets/images/apple-touch-icon.png",
"appleTouchMore": {
"120x120": "assets/images/apple-touch-icon-120x120.png",
"180x180": "assets/images/apple-touch-icon-180x180.png"
}
}
}
}