-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
38 lines (38 loc) · 1.16 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
{
"root": "./docs",
"title": "EDGƎ's Developer Guide",
"variables": {
"edge_git": "https://github.com/3343/edge",
"edge_usr_git": "https://github.com/3343/edge_usr",
"edge_usr_pub": "http://usr.dial3343.org",
"edge_dev_git": "https://github.com/3343/edge_dev",
"edge_dev_pub": "http://dev.dial3343.org",
"edge_opt": "https://bitbucket.com/3343/edge_opt",
"dial3343": "http://dial3343.org"
},
"links": {
"sidebar": {
"Dispatcher": "http://dial3343.org/dispatcher",
"Issues (Developer Guide)": "https://github.com/3343/edge_dev/issues",
"Issues (EDGE)": "https://github.com/3343/edge/issues"
}
},
"plugins": [ "image-captions",
"katex",
"ga",
"meta-single" ],
"pluginsConfig": {
"image-captions": {
"caption": "Fig. _BOOK_IMAGE_NUMBER_: _CAPTION_",
"align": "left",
"attributes": { "width": "85%" }
},
"ga": {
"token": "UA-100759100-4"
},
"meta-single": {
"name": "google-site-verification",
"content": "Jxaoen_ZskqSD16iyV1t4OpcsjxSB01iUaN1OG9NgrU"
}
}
}