-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathbook.json
47 lines (47 loc) · 1.08 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
{
"gitbook": "3.2.2",
"language": "pt",
"structure" : {
"summary": "INDICE.md"
},
"plugins" : [
"disqus",
"ga",
"git-author",
"githubcontributors",
"comment",
"localized-footer",
"simple-page-toc",
"edit-link",
"advanced-emoji"
],
"pluginsConfig": {
"disqus": {
"shortName": "guiadedesenvolvimentotw"
},
"ga": {
"token": "UA-86166823-1"
},
"git-author":{
"position": "bottom",
"modifyTpl": "Última modificação feita por {user}, {timeStamp}",
"createTpl": "Criada por {user}, {timeStamp}",
"timeStampFormat": "YYYY-MM-DD HH:mm:ss"
},
"githubcontributors": {
"githubOwner": "ThoughtWorksInc",
"githubRepository": "guia-de-desenvolvimento-tecnico"
},
"localized-footer": {
"filename": "layouts/FOOTER.md"
},
"edit-link": {
"base": "https://github.com/ThoughtWorksInc/guia-de-desenvolvimento-tecnico/blob/master",
"label": "Editar esta página"
},
"simple-page-toc": {
"maxDepth": 2,
"skipFirstH1": true
}
}
}