This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
73 lines (73 loc) · 2.19 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
{
"title": "LinuxServer | 中文",
"author": "WaterCalm",
"description": "翻译Linuxserver.io的文档,并分享Linuxserver制作的Docker镜像",
"language": "zh-hans",
"links": {
"sidebar": {
"Home": "https://linuxserver.watercalmx.com",
"LinuxServer.io": "https://www.linuxserver.io/",
"Docker Hub": "https://hub.docker.com/",
"清华镜像源": "https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/",
"DaoCloud": "http://get.daocloud.io/"
}
},
"styles": {
"website": "styles/website.css"
},
"plugins": [
"-search",
"-lunr",
"-sharing",
"code",
"search-pro",
"tbfed-pagefooter",
"flexible-alerts",
"splitter",
"theme-comscore",
"anchor-navigation-ex",
"baidu-tongji-with-multiple-channel",
"expandable-chapters",
"google-tongji-with-multiple-channel"
],
"pluginsConfig": {
"code": {
"copyButtons": true
},
"tbfed-pagefooter": {
"modify_label": "该页面修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"flexible-alerts": {
"style": "flat"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"baidu-tongji-with-multiple-channel": {
"token": "ffef2d54db038aef3f29c1067c0f62e4"
},
"google-tongji-with-multiple-channel": {
"token": "G-354JQKNZNL"
},
"anchor-navigation-ex": {
"showLevel": true,
"associatedWithSummary": true,
"printLog": true,
"multipleH1": true,
"mode": "float",
"showGoTop": true,
"float": {
"floatIcon": "fa fa-navicon",
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
},
"theme-default": {
"showLevel": true
}
}
}