forked from imwyw/.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
54 lines (54 loc) · 1.41 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
{
"title": ".net",
"author": "Wang Yuanwei <[email protected]>",
"description": ".net framework c# asp.net mvc ",
"language": "zh-hans",
"gitbook": ">=3.0.0",
"plugins": [
"disqus",
"anchors",
"multipart",
"-search",
"-lunr",
"search-plus",
"-sharing",
"splitter",
"sectionx",
"anchor-navigation-ex",
"3-ba",
"copy-code-button"
],
"pluginsConfig": {
"disqus": {
"shortName": "dn-framework"
},
"theme-default": {
"showLevel": false
},
"sectionx": {
"tag": "b"
},
"3-ba": {
"token": "54cfda0e664d4a912bc5b4e54aa0ac2f"
},
"anchor-navigation-ex": {
"showLevel": true,
"associatedWithSummary": true,
"printLog": false,
"multipleH1": true,
"mode": "float",
"float": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
}
}
}