-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
32 lines (32 loc) · 918 Bytes
/
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
{
"gitbook": "2.0.0-beta.5",
"title": "SANE - Mastering Full Stack JavaScript",
"styles": {
"website": "styles/website.css"
},
"variables": {
"saneHomePageUrl": "http://sanestack.com",
"saneRepoUrl": "https://github.com/artificialio/sane",
"currentSaneVersion": "0.0.24",
"authors": [
{ "name": "Markus Padourek", "githubUserName": "globegitter" },
{ "name": "John-Henry Liberty", "githubUserName": "jhliberty" },
{ "name": "Martin Genev", "githubUserName": "mgenev"}
]
},
"plugins": [
"google_code_prettify",
"codeblock-disable-glossary",
"mixpanel",
"ga",
"codeblock-filename"
],
"pluginsConfig": {
"mixpanel": {
"token": "38be42d88f9d368ec3ebd7b93b10763b"
},
"ga": {
"token": "UA-61106908-2"
}
}
}